diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index 2044e881..7c3372e7 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -19,7 +19,7 @@ @extends('shared._app_layout') @section('app_content') -

400 - Server Error

+

500 - Server Error

There was an error in the server.

@endsection