LAR_Maintenance/resources/views/livewire/host/form.blade.php

6 lines
258 B
PHP
Raw Normal View History

2024-07-30 16:13:21 +00:00
<div>
<x-form::form wire:submit.prevent="{{$action}}">
<x-form::input group-class="mb-3" type="text" wire:model="hostname" id="hostname" label="hostname"/>
<x-form::button class="btn-primary" type="submit">Create</x-form::button>
</x-form::form>
</div>