5 lines
155 B
PHP
5 lines
155 B
PHP
@extends('errors::minimal')
|
|
|
|
@section('title', __('Promotion nicht gefunden'))
|
|
@section('code', '404')
|
|
@section('message', __('Promotion nicht gefunden'))
|