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