LAR_Maintenance/resources/views/livewire/host-group/form.blade.php
2024-09-25 22:09:13 +02:00

7 lines
247 B
PHP

<div>
<x-form::form wire:submit.prevent="{{$action}}">
<x-form::input group-class="mb-3" type="text" wire:model="name" id="name" label="name"/>
<x-form::button class="btn-primary" type="submit">Create</x-form::button>
</x-form::form>
</div>