@php $isMaintenance = isset($exception) && $exception instanceof \Illuminate\Foundation\Http\Exceptions\MaintenanceModeException; @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