6 lines
258 B
PHP
6 lines
258 B
PHP
<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> |