diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index a12f6446b..9e556cbdf 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -6,8 +6,8 @@
There has been an error, we are working on it.
@if ($exception->getMessage() !== '') -Error: {{ $exception->getMessage() }}
+
@endif