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

{{ __("We'll be right back") }}

{{ \App\Helpers\BrandingHelper::name() }} {{ __("is undergoing scheduled maintenance to improve your experience. We'll be back shortly.") }}

{{-- Status indicator --}}
{{ __('Maintenance in progress') }}
{{-- Auto-refresh hint --}}

{{ __('This page will auto-refresh in') }} 60 {{ __('seconds') }}.

{{-- Admin Access --}}

{{ __('Site administrators can sign in to bypass maintenance.') }}

@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 }}
{{-- Admin Login Modal --}}