vito/resources/views/ssh-keys/index.blade.php
Saeed Vaziry 5c72f12490 init
2023-07-02 12:47:50 +02:00

6 lines
135 B
PHP

<x-profile-layout>
<x-slot name="pageTitle">{{ __("SSH Keys") }}</x-slot>
<livewire:ssh-keys.keys-list />
</x-profile-layout>