{{ __("SSH Keys") }} {{ __("Add or modify your ssh keys") }}
@if(count($keys) > 0) @foreach($keys as $key)
{{ $key->name }}
Delete
@endforeach @else
{{ __("You haven't connected to any keys yet!") }}
@endif