From d27354e52f79d1fe4dd774964cd1df1ee832a27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 26 Jul 2022 22:16:04 +0200 Subject: [PATCH] added 500 page --- content/errors/500.blade.php | 55 ++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 content/errors/500.blade.php diff --git a/content/errors/500.blade.php b/content/errors/500.blade.php new file mode 100644 index 0000000..93551f8 --- /dev/null +++ b/content/errors/500.blade.php @@ -0,0 +1,55 @@ +@extends('template.'.config('settings.template').'.content.master') +@section('content') + + +
+ +
+
+
+
+ +
+
+
+

500 Server Error

+

There was a Server error.

+ +
+
+

The responsible team was notified...

+
+ Return to the Home Page +
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + +
+
+ + + + +
+ +@stop + + +