@php use Illuminate\Support\Facades\Session; $lang = adminLang(); app()->setLocale($lang); // Get theme preference from session or cookie if available $theme = Session::get('theme', 'theme-default'); @endphp {{ __('admin/main.service_unavailable') }} - 503

{{ __('admin/main.service_unavailable') }}

{{ __('admin/main.temporarily_unavailable') }}

{{ __('admin/main.maintenance_mode') }}

{{ __('admin/main.back_to_home') }}