notCharles 31206e15fa wip
2025-04-27 22:43:45 -04:00

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>