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

4 lines
87 B
PHP
Raw Normal View History

2023-05-03 10:38:57 +00:00
<x-layout>
2023-06-16 11:13:09 +00:00
<livewire:private-key.change :private_key="$private_key" />
2023-05-03 10:38:57 +00:00
</x-layout>