419.blade.php 182 B

123456789
  1. @extends('errors::layout')
  2. @section('title', 'Page Expired')
  3. @section('message')
  4. The page has expired due to inactivity.
  5. <br/><br/>
  6. Please refresh and try again.
  7. @stop