custom error pages
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user