diff --git a/views/errors/403.blade.php b/views/errors/403.blade.php index 2a88f73e..9da6937a 100644 --- a/views/errors/403.blade.php +++ b/views/errors/403.blade.php @@ -3,7 +3,6 @@ @section('title', $__t('You are not allowed to view this page!')) @section('content') -

@yield('title')

diff --git a/views/errors/404.blade.php b/views/errors/404.blade.php index 247aa3e9..ab8fa6b6 100644 --- a/views/errors/404.blade.php +++ b/views/errors/404.blade.php @@ -1,3 +1,14 @@ @extends('errors.base') @section('title', $__t('Page not found')) +@section('content') + +
+
+

@yield('title')

+
+ {!! nl2br(e($exception->getTraceAsString())) !!} +
+
+
+@stop diff --git a/views/errors/base.blade.php b/views/errors/base.blade.php index c4dec078..d42f11b6 100644 --- a/views/errors/base.blade.php +++ b/views/errors/base.blade.php @@ -1,7 +1,6 @@ @extends('layout.default') @section('content') -

@yield('title')