2023-05-03 10:38:57 +00:00
|
|
|
<div>
|
|
|
|
@forelse ($private_keys as $private_key)
|
2023-05-03 12:09:10 +00:00
|
|
|
<x-inputs.button wire:click='setPrivateKey({{ $private_key->id }})'>{{ $private_key->name }}</x-inputs.button>
|
2023-05-03 10:38:57 +00:00
|
|
|
@empty
|
|
|
|
<p>No private keys found</p>
|
|
|
|
@endforelse
|
|
|
|
</div>
|