10 lines
182 B
PHP
10 lines
182 B
PHP
@extends('errors::layout')
|
|
|
|
@section('title', 'Page Expired')
|
|
|
|
@section('message')
|
|
The page has expired due to inactivity.
|
|
<br/><br/>
|
|
Please refresh and try again.
|
|
@stop
|