@include('errors._error-shell', [ 'code' => '419', 'eyebrow' => 'Session Expired', 'title' => 'Your session has expired.', 'message' => 'For security, the session timed out. Please go back and try the action again after refreshing the page.', 'primaryUrl' => url()->previous() ?: url('/'), 'primaryLabel' => 'Go Back', 'secondaryUrl' => route('contact'), 'secondaryLabel' => 'Contact Support', ])