diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index 67f0d9fef..d59b5bc28 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -3,10 +3,10 @@

500

Wait, this is not cool...

-

There has been an error, we are working on it.

+

There has been an error with the following error message:

@if ($exception->getMessage() !== '')
- Error: {!! $exception->getMessage() !!} + {!! $exception->getMessage() !!}
@endif