From 4f03828586e60298639f2645e85eb3d26073d3bb Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 21 Aug 2022 23:42:06 +1000 Subject: [PATCH] Create 419.blade.php --- resources/views/errors/419.blade.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resources/views/errors/419.blade.php diff --git a/resources/views/errors/419.blade.php b/resources/views/errors/419.blade.php new file mode 100644 index 0000000..11e416a --- /dev/null +++ b/resources/views/errors/419.blade.php @@ -0,0 +1,15 @@ +@extends('layouts.loggedout') +@section('title') +404 - {{ env('APP_NAME') }} +@endsection +@section('titlediscord') + +@endsection +@section('descdiscord') + +@endsection +@section('contentloggedout') +

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.

+@endsection \ No newline at end of file