From 0f77e282cbbcedbaf264c959242d3850776d386c Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:05:58 +0100 Subject: [PATCH] chore: css --- resources/views/errors/500.blade.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index ee254a990..6e6b78e0d 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -1,22 +1,22 @@ @extends('layouts.base') - -
+
-

500

-

Wait, this is not cool...

+

500

+

Wait, this is not cool...

+

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

@if ($exception->getMessage() !== '') -
+
Error: {!! $exception->getMessage() !!}
@endif
-
+
\ No newline at end of file