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

5 lines
88 B
PHP
Raw Normal View History

2023-05-03 12:38:57 +02:00
<x-layout>
<h1>New Private Key</h1>
2023-05-03 14:09:10 +02:00
<livewire:private-key.create />
2023-05-03 12:38:57 +02:00
</x-layout>