@vite(['resources/css/app.css'])
{{ __("The page you're looking for doesn't exist or has been moved. Let's get you back on track.") }}
{{-- Actions --}} @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