From 3c623d6553b8f3656d1390ccc3c34b8d9a24ef45 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:59:17 +0100 Subject: [PATCH] chore: improve error styling --- resources/views/errors/500.blade.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 -