diff --git a/src/Illuminate/Foundation/Exceptions/views/401.blade.php b/src/Illuminate/Foundation/Exceptions/views/401.blade.php index 6da906216272..10f05b88c3e0 100644 --- a/src/Illuminate/Foundation/Exceptions/views/401.blade.php +++ b/src/Illuminate/Foundation/Exceptions/views/401.blade.php @@ -4,7 +4,7 @@ @section('title', __('Unauthorized')) @section('image') -
+
@endsection diff --git a/src/Illuminate/Foundation/Exceptions/views/403.blade.php b/src/Illuminate/Foundation/Exceptions/views/403.blade.php index bf544c91bb1b..199953a23993 100644 --- a/src/Illuminate/Foundation/Exceptions/views/403.blade.php +++ b/src/Illuminate/Foundation/Exceptions/views/403.blade.php @@ -4,7 +4,7 @@ @section('title', __('Forbidden')) @section('image') -
+
@endsection diff --git a/src/Illuminate/Foundation/Exceptions/views/404.blade.php b/src/Illuminate/Foundation/Exceptions/views/404.blade.php index 0398a98e0057..d2bae51f806f 100644 --- a/src/Illuminate/Foundation/Exceptions/views/404.blade.php +++ b/src/Illuminate/Foundation/Exceptions/views/404.blade.php @@ -4,7 +4,7 @@ @section('title', __('Page Not Found')) @section('image') -
+
@endsection diff --git a/src/Illuminate/Foundation/Exceptions/views/419.blade.php b/src/Illuminate/Foundation/Exceptions/views/419.blade.php index 1671bffb49df..1b00819f0b7c 100644 --- a/src/Illuminate/Foundation/Exceptions/views/419.blade.php +++ b/src/Illuminate/Foundation/Exceptions/views/419.blade.php @@ -4,7 +4,7 @@ @section('title', __('Page Expired')) @section('image') -
+
@endsection diff --git a/src/Illuminate/Foundation/Exceptions/views/429.blade.php b/src/Illuminate/Foundation/Exceptions/views/429.blade.php index a9f3caa53a81..2747654acf19 100644 --- a/src/Illuminate/Foundation/Exceptions/views/429.blade.php +++ b/src/Illuminate/Foundation/Exceptions/views/429.blade.php @@ -4,7 +4,7 @@ @section('title', __('Too Many Requests')) @section('image') -
+
@endsection diff --git a/src/Illuminate/Foundation/Exceptions/views/500.blade.php b/src/Illuminate/Foundation/Exceptions/views/500.blade.php index 8c5e2d5d6891..8868cf822bea 100644 --- a/src/Illuminate/Foundation/Exceptions/views/500.blade.php +++ b/src/Illuminate/Foundation/Exceptions/views/500.blade.php @@ -4,7 +4,7 @@ @section('title', __('Error')) @section('image') -
+
@endsection diff --git a/src/Illuminate/Foundation/Exceptions/views/503.blade.php b/src/Illuminate/Foundation/Exceptions/views/503.blade.php index 8272e0e98ef0..d75ae7e7e473 100644 --- a/src/Illuminate/Foundation/Exceptions/views/503.blade.php +++ b/src/Illuminate/Foundation/Exceptions/views/503.blade.php @@ -4,7 +4,7 @@ @section('title', __('Service Unavailable')) @section('image') -
+
@endsection