@php $isMaintenance = file_exists(storage_path('framework/maintenance.php')) || file_exists(storage_path('framework/down')) || (isset($exception) && str_contains(strtolower(get_class($exception)), 'maintenance')); @endphp @if($isMaintenance) @endif {{ $isMaintenance ? 'Update läuft' : 'Nicht verfügbar' }} · CluBird
@if($isMaintenance)

Update wird durchgeführt

Das System wird aktualisiert.
Diese Seite lädt automatisch neu.

@else

Service nicht verfügbar

Der Server ist vorübergehend nicht erreichbar.
Bitte versuche es in Kürze erneut.

HTTP 503 · Service Unavailable
@endif