custom error pages

This commit is contained in:
2018-07-09 07:31:39 +02:00
parent 0164682258
commit aaf2a97627
6 changed files with 86 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
@extends('errors::layout')
@section('title', 'Page Expired')
@section('message')
The page has expired due to inactivity.
<br/><br/>
Please refresh and try again.
@stop