diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index 0dbb3c59b..ee254a990 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -1,21 +1,21 @@ @extends('layouts.base') -
-
-

500

-

Wait, this is not cool...

-

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

+ +
+
+

500

+

Wait, this is not cool...

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