From 099189885350a4bf57c5f9fde4179fba994b5618 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:16:30 +0100 Subject: [PATCH] chore: final css touches --- resources/views/errors/500.blade.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index ec66dcc8b..67f0d9fef 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -1,20 +1,20 @@ @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...

+

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

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