lasthourcloud/resources/views/private-key/new.blade.php

5 lines
88 B
PHP
Raw Normal View History

2023-05-03 10:38:57 +00:00
<x-layout>
2023-06-07 13:08:35 +00:00
<h1>Add Private Key</h1>
2023-05-03 12:09:10 +00:00
<livewire:private-key.create />
2023-05-03 10:38:57 +00:00
</x-layout>