{{ __("SSH Keys") }} {{ __("Add or modify your ssh keys") }}
@if(count($keys) > 0) @foreach($keys as $key)
{{ $key->name }}
@include('livewire.server-ssh-keys.partials.status', ['status' => $key->pivot->status])
Delete
@endforeach @else
{{ __("You haven't connected to any keys yet!") }}
@endif