@vite(['resources/css/app.css'])
{{-- Illustration --}}
{{-- Content --}}

{{ __('Access denied') }}

{{ $exception->getMessage() ?: __("You don't have permission to access this page. Contact your workspace admin if you think this is a mistake.") }}

{{-- Actions --}}
{{ __('Go to Dashboard') }}
{{-- Brand --}} @php $__brandName = \App\Helpers\BrandingHelper::name(); $__logoLight = null; try { $__logoLight = \App\Models\SystemSetting::get('logo_light'); } catch (\Throwable $e) {} $__brandInitial = strtoupper(mb_substr($__brandName ?: 'M', 0, 1)); @endphp
@if($__logoLight) {{ $__brandName }} @else
{{ $__brandInitial }}
@endif {{ $__brandName }}