@if ($status == \App\Enums\ServerStatus::READY)
{{ $status }}
@endif
@if ($status == \App\Enums\ServerStatus::INSTALLING)
{{ $status }}
@endif
@if ($status == \App\Enums\ServerStatus::DISCONNECTED)
{{ $status }}
@endif
@if ($status == \App\Enums\ServerStatus::INSTALLATION_FAILED)
{{ $status }}
@endif