@php $shouldShow = false; try { \Filament\Facades\Filament::getTenant()->validateCurrentState(); } catch (\App\Exceptions\Http\Server\ServerStateConflictException $exception) { $shouldShow = true; $message = $exception->getMessage(); } @endphp @if ($shouldShow)
{!! $message !!}