- <x-filament-panels::page.simple>
- <x-filament-panels::form wire:submit="register">
- {{ $this->form }}
-
- <x-filament-panels::form.actions
- :actions="$this->getCachedFormActions()"
- :full-width="$this->hasFullWidthFormActions()"
- />
- </x-filament-panels::form>
- </x-filament-panels::page.simple>
|