2023-06-16 13:01:58 +00:00
|
|
|
<form class="flex flex-col gap-2" wire:submit.prevent='submit'>
|
2023-08-08 09:51:36 +00:00
|
|
|
<x-forms.input autofocus id="name" label="Name" required/>
|
|
|
|
|
<x-forms.input id="description" label="Description"/>
|
2023-06-16 13:01:58 +00:00
|
|
|
<x-forms.button type="submit">
|
|
|
|
|
Save Team
|
|
|
|
|
</x-forms.button>
|
|
|
|
|
</form>
|