9 lines
No EOL
341 B
PHP
9 lines
No EOL
341 B
PHP
<?php $__env->startSection('title', 'Page Expired'); ?>
|
|
|
|
<?php $__env->startSection('message'); ?>
|
|
The page has expired due to inactivity.
|
|
<br/><br/>
|
|
Please refresh and try again.
|
|
<?php $__env->stopSection(); ?>
|
|
|
|
<?php echo $__env->make('errors::layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
|