6 lines
190 B
PHP
6 lines
190 B
PHP
@include('errors.layout', [
|
|
'code' => 419,
|
|
'title' => 'Session Expired',
|
|
'message' => 'Your session has expired for security reasons. Please refresh the page and try again.',
|
|
])
|