@if(app()->getLocale() == 'ar') @endif @vite([ 'resources/assets/css/errors/419.css', 'resources/assets/js/errors/419.js' ])
🔄
📄
419

{{ custom_translate('page_expired_title') ?? 'Page Expired' }}

{{ custom_translate('page_expired_message') ?? 'Your session has expired due to inactivity. Please refresh the page and try your request again.' }}

{{ custom_translate('go_home') ?? 'Go Home' }}

{{ custom_translate('what_happened') ?? 'What Happened?' }}

{{ custom_translate('session_expired_explanation') ?? 'This error occurs when your session token has expired, usually due to inactivity or security measures.' }}

{{ custom_translate('solutions') ?? 'Solutions:' }}

• {{ custom_translate('refresh_page_solution') ?? 'Click "Refresh Page" to reload and try again' }}

• {{ custom_translate('clear_cache_solution') ?? 'Clear your browser cache and cookies' }}

• {{ custom_translate('disable_extensions_solution') ?? 'Disable browser extensions temporarily' }}

• {{ custom_translate('try_different_browser_solution') ?? 'Try using a different browser' }}