mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
7 lines
270 B
PHP
7 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>
|