Private Key
Check connection
@if (data_get($server, 'privateKey.uuid'))
@else
No private key attached.
@endif
Choose another Key
@forelse ($privateKeys as $private_key)
{{ $private_key->name }}
{{ $private_key->description }}
@empty
No private keys found.
@endforelse