mirror of
https://github.com/pelican-dev/panel.git
synced 2025-07-01 15:41:08 +02:00
7 lines
183 B
PHP
7 lines
183 B
PHP
<x-filament-panels::page
|
|
id="form"
|
|
:wire:key="$this->getId() . '.forms.' . $this->getFormStatePath()"
|
|
wire:submit="save">
|
|
{{ $this->form }}
|
|
</x-filament-panels::page>
|