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