{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: maintenance.blade.php ------------------------------------------------------ Use: The themed "server temporarily unavailable" page for any 5xx / unexpected failure while the app can still render. Deliberately standalone -- like errors.db it never extends the app layout or touches auth / session / cache / DB, so it renders even when Redis (session, cache) is down and the full-chrome layout would fail. Auto-refreshes so the real site returns on its own. ===================================================== --}} {{-- Quietly become the real site again once the server recovers. --}} {{ __('front.errors.maintenance.title') }} @vite(['resources/css/app.css'])

{{ __('front.errors.maintenance.title') }}

{{ __('front.errors.maintenance.message') }}