9 lines
241 B
PHP
9 lines
241 B
PHP
<x-filament::page>
|
|
<form wire:submit.prevent="save" class="space-y-4">
|
|
{{ $this->form }}
|
|
<x-filament::button type="submit">
|
|
Guardar configuración
|
|
</x-filament::button>
|
|
</form>
|
|
</x-filament::page>
|