13 lines
394 B
PHP
13 lines
394 B
PHP
<x-filament-panels::page>
|
|
<x-filament-panels::form id="form" wire:submit="save">
|
|
{{ $this->form }}
|
|
|
|
<x-filament-panels::form.actions
|
|
:actions="$this->getCachedFormActions()"
|
|
:full-width="$this->hasFullWidthFormActions()"
|
|
/>
|
|
</x-filament-panels::form>
|
|
|
|
<x-filament-panels::page.unsaved-data-changes-alert />
|
|
</x-filament-panels::page>
|