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

5 lines
99 B
PHP
Raw Normal View History

2023-05-03 10:38:57 +00:00
<x-layout>
2023-06-15 13:38:15 +00:00
2023-05-03 12:24:18 +00:00
<livewire:private-key.change :private_key_uuid="$private_key->uuid" />
2023-05-03 10:38:57 +00:00
</x-layout>