mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-26 12:33:25 +00:00
7 lines
185 B
PHP
7 lines
185 B
PHP
<div>
|
|
<form wire:submit.prevent='submit'>
|
|
<x-forms.input id="license" label="License Key" />
|
|
<x-forms.button type='submit'>Check</x-forms.button>
|
|
</form>
|
|
</div>
|