Server
@if ($server->settings->is_validated)
Validated
@else
Not validated
@endif

General Configurations

Private Keys

Change

{{ $server->privateKey->name }}

Destinations

New
@if ($server->standaloneDockers->count() > 0) @foreach ($server->standaloneDockers as $docker)

Network: {{ data_get($docker, 'network') }}

@endforeach @else

No destinations found

@endif

Proxy

@if ($server->settings->is_validated)
{{ $server->extra_attributes->proxy_status }}
@endif