coolify/resources/views/private-key/show.blade.php
2023-05-03 14:24:18 +02:00

5 lines
123 B
PHP

<x-layout>
<h1>Private Key</h1>
<livewire:private-key.change :private_key_uuid="$private_key->uuid" />
</x-layout>