mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 08:04:45 +02:00
14 lines
313 B
PHP
14 lines
313 B
PHP
<x-filament-panels::page
|
|
@class([
|
|
'fi-page-settings'
|
|
])
|
|
>
|
|
<x-filament-panels::form
|
|
id="form"
|
|
:wire:key="$this->getId() . '.forms.' . $this->getFormStatePath()"
|
|
wire:submit="save"
|
|
>
|
|
{{ $this->form }}
|
|
</x-filament-panels::form>
|
|
</x-filament-panels::page>
|