@vite(['resources/css/app.css'])
{{ $exception->getMessage() ?: __("You don't have permission to access this page. Contact your workspace admin if you think this is a mistake.") }}
{{-- Actions --}} {{-- 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