8 lines
270 B
PHP
8 lines
270 B
PHP
<form class="flex flex-col gap-2" wire:submit.prevent='submit'>
|
|
<x-forms.input autofocus id="name" label="Name" required />
|
|
<x-forms.input id="description" label="Description" />
|
|
<x-forms.button type="submit">
|
|
Save Team
|
|
</x-forms.button>
|
|
</form>
|