{{--
419 — Page Expired (CSRF token mismatch)
--}}
@extends('errors._layout', [
'error_code' => 419,
'error_title' => 'Page Expired',
'error_message' => 'Your session has expired. Please refresh the page and try again.',
])
@section('badge', 'Session Expired')
@section('primary-cta')
@endsection
@section('secondary-ctas')
Return Home
@endsection