@php /** * 403 — Access denied. Standalone (no shared layout) so it renders * reliably regardless of session/role state. On-brand chrome via error.css. */ $siteName = e(setting('site_name', 'QuickMunch')); $logo = setting('logo', 'assets/admin/logo.png'); $favicon = setting('favicon', 'assets/admin/favicon.png'); $favExt = strtolower(pathinfo((string) $favicon, PATHINFO_EXTENSION)); $favType = $favExt === 'svg' ? 'image/svg+xml' : ($favExt === 'ico' ? 'image/x-icon' : 'image/png'); @endphp {!! t('error.403_title') !!} - {!! $siteName !!} @if (is_rtl()) @endif
{!! $siteName !!}

Error 403

{!! t('error.403_title') !!}

{!! t('error.403_text') !!}

{!! t_raw('error.help_403', [':link' => '' . t('error.help_center') . '']) !!}