From d170fde5a244d3d40592f307e60fe176523b6677 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 21 Aug 2022 23:53:57 +1000 Subject: [PATCH] updated errors --- resources/views/errors/403.blade.php | 3 ++- resources/views/errors/404.blade.php | 3 ++- resources/views/errors/405.blade.php | 3 ++- resources/views/errors/419.blade.php | 13 +++++++------ resources/views/errors/429.blade.php | 3 ++- resources/views/errors/500.blade.php | 3 ++- 6 files changed, 17 insertions(+), 11 deletions(-) diff --git a/resources/views/errors/403.blade.php b/resources/views/errors/403.blade.php index 50254b5..241436e 100644 --- a/resources/views/errors/403.blade.php +++ b/resources/views/errors/403.blade.php @@ -12,7 +12,8 @@ @endsection @section('contentloggedout') -

403 Forbidden

+

403 | Forbidden

+

OH SHIT WHAT HAVE YOU DONE GO BACK NOW BEFORE LUIGI KILLS US ALL!!!!!!

Luigi: I AM GOING TO KILL EVERYONE IN 5

Angry Luigi diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index e1d25d8..77af692 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -9,7 +9,8 @@ @endsection @section('contentloggedout') -

404 Page Not Found

+

404 | Page Not Found

+

Aw man, look at what you have done. You've made Luigi mad!

Why don't you go back a page for us before Luigi destroys us all.

Angry Luigi diff --git a/resources/views/errors/405.blade.php b/resources/views/errors/405.blade.php index 7fc62ae..637354f 100644 --- a/resources/views/errors/405.blade.php +++ b/resources/views/errors/405.blade.php @@ -12,7 +12,8 @@ @endsection @section('contentloggedout') -

405 Method Not Allowed

+

405 | Method Not Allowed

+

What have you done.

Luigi: YOU CANNOT ESCAPE. YOU WILL BE DESTROYED IN 5

Angry Luigi diff --git a/resources/views/errors/419.blade.php b/resources/views/errors/419.blade.php index 11e416a..f7b74c0 100644 --- a/resources/views/errors/419.blade.php +++ b/resources/views/errors/419.blade.php @@ -1,15 +1,16 @@ -@extends('layouts.loggedout') +@extends('layouts.idenosidebar') @section('title') -404 - {{ env('APP_NAME') }} +419 - {{ env('APP_NAME') }} @endsection @section('titlediscord') - + @endsection @section('descdiscord') @endsection -@section('contentloggedout') -

419 Page Expired

+@section('content') +

419 | Page Expired

+

This means that you took too long to enter in information or there is an issue with a form.

-

Please reload the page. If you keep on getting this error, please contact the Developers via Discord or Messages.

+

If you keep on getting this error, please contact the Developers via Discord or Messages.

@endsection \ No newline at end of file diff --git a/resources/views/errors/429.blade.php b/resources/views/errors/429.blade.php index 8b2243a..b3f6d1d 100644 --- a/resources/views/errors/429.blade.php +++ b/resources/views/errors/429.blade.php @@ -9,6 +9,7 @@ @endsection @section('contentloggedout') -

429 Too Many Requests

+

429 | Too Many Requests

+

You've tried to do something too many times. Please try again in a few minutes.

@endsection \ No newline at end of file diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index 8a8af55..43c6419 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -9,6 +9,7 @@ @endsection @section('contentloggedout') -

500 Internal Server Error

+

500 | Internal Server Error

+

Please go back and try again. If it still does not work, contact one of the developers.

@endsection \ No newline at end of file