9 lines
220 B
PHP
9 lines
220 B
PHP
<x-filament-panels::page>
|
|
<form wire:submit="save">
|
|
{{ $this->form }}
|
|
|
|
<x-filament-panels::form.actions
|
|
:actions="$this->getFormActions()"
|
|
/>
|
|
</form>
|
|
</x-filament-panels::page> |