basic license wip
This commit is contained in:
6
resources/views/livewire/license.blade.php
Normal file
6
resources/views/livewire/license.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user