@vite(['resources/css/app.css'])
{{ __('Your session has expired for security. Please refresh the page or log in again to continue.') }}
{{ __("If you were writing an email, don't worry — your draft was automatically saved. You can find it after logging back in.") }}
{{-- 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