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>
|