diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php index 885210e..50606be 100644 --- a/resources/views/errors/503.blade.php +++ b/resources/views/errors/503.blade.php @@ -3,8 +3,11 @@ +@php $isMaintenance = isset($exception) && $exception instanceof \Illuminate\Foundation\Http\Exceptions\MaintenanceModeException; @endphp +@if($isMaintenance) -Update läuft · CluBird +@endif +{{ $isMaintenance ? 'Update läuft' : 'Nicht verfügbar' }} · CluBird