10 lines
299 B
PHP
10 lines
299 B
PHP
<x-filament-panels::page>
|
|
<form wire:submit="submit" class="space-y-4">
|
|
{{ $this->getSchema('form') }}
|
|
|
|
<div class="flex flex-wrap items-center gap-3">
|
|
<x-filament::button type="submit">Salva</x-filament::button>
|
|
</div>
|
|
</form>
|
|
</x-filament-panels::page>
|