@extends('errors._shell') @section('title', 'Session expired') @section('status_code', '419') @section('brand_headline', 'Your session expired.') @section('brand_body', 'For security reasons, long-idle sessions are closed automatically. You\'ll need to sign in again to continue.') @section('heading', 'Session expired') @section('subheading', 'Please sign in again to continue.') @section('body')
Your session has timed out due to inactivity. Any unsaved form data may be lost — if you were taking an exam, your answers are stored in your browser and will be recovered when you sign back in.
@endsection @section('actions') Sign in again Back to home @endsection