2023-05-03 10:38:57 +00:00
|
|
|
<div>
|
2023-05-12 13:39:07 +00:00
|
|
|
<form class="flex flex-col gap-2 " wire:submit.prevent='createPrivateKey'>
|
|
|
|
<x-inputs.input id="name" label="Name" required />
|
|
|
|
<x-inputs.input id="description" label="Description" />
|
|
|
|
<x-inputs.input type="textarea" id="value" label="Private Key" required />
|
2023-05-15 19:48:36 +00:00
|
|
|
<x-inputs.button isBold type="submit" wire.click.prevent>
|
|
|
|
Save
|
2023-05-03 12:09:10 +00:00
|
|
|
</x-inputs.button>
|
2023-05-03 10:38:57 +00:00
|
|
|
</form>
|
|
|
|
</div>
|