diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index 6e6b78e0d..ec66dcc8b 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -1,15 +1,15 @@ @extends('layouts.base') -
-
-

500

+
+
+

500

Wait, this is not cool...

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

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