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