@if(app()->getLocale() == 'ar') @endif @vite([ 'resources/assets/css/errors/403.css', 'resources/assets/js/errors/403.js' ])
{{ custom_translate('access_forbidden_message') ?? 'You do not have permission to access this resource. Please check your credentials or contact the administrator.' }}
{{ custom_translate('access_help_message') ?? 'If you believe you should have access to this resource, please contact the administrator or try logging in with different credentials.' }}
{{ custom_translate('solutions') ?? 'Possible Solutions:' }}
• {{ custom_translate('check_login') ?? 'Make sure you are logged in with the correct account' }}
• {{ custom_translate('contact_admin') ?? 'Contact the administrator for access permissions' }}
• {{ custom_translate('try_different_account') ?? 'Try logging in with a different account' }}