diff --git a/resources/views/errors/403.blade.php b/resources/views/errors/403.blade.php index 26168b47..6435a5d6 100644 --- a/resources/views/errors/403.blade.php +++ b/resources/views/errors/403.blade.php @@ -4,8 +4,9 @@
-
-

403 – Forbidden

+
+

403 – Forbidden

+

You do not have permission to view this page.

diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index a4891d46..01a24eb2 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -5,7 +5,7 @@
-

404 – Page Not Found

+

Page Not Found

diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php new file mode 100644 index 00000000..0e134790 --- /dev/null +++ b/resources/views/errors/500.blade.php @@ -0,0 +1,15 @@ +@extends('layouts.app') + +@section('content') +
+
+
+
+

Whoops! Something went wrong.

+

Please try again, if this error keeps happening please contact an admin.

+ +
+
+
+
+@endsection diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php index ba0a9429..c141503d 100644 --- a/resources/views/errors/503.blade.php +++ b/resources/views/errors/503.blade.php @@ -5,8 +5,9 @@
-

503 – Service Unavailable

-

Our services are overloaded at the moment, please try again later.

+

Service Unavailable

+

Our services are in maintenance mode, please try again later.

+