mirror of
https://github.com/dyzulk/santulitam-temp.git
synced 2026-01-26 13:51:55 +07:00
9 lines
326 B
PHP
9 lines
326 B
PHP
<x-filament-panels::page.simple>
|
|
<x-filament-panels::form wire:submit="authenticate">
|
|
{{ $this->form }}
|
|
|
|
<x-filament-panels::form.actions :actions="$this->getCachedFormActions()"
|
|
:full-width="$this->hasFullWidthFormActions()" />
|
|
</x-filament-panels::form>
|
|
</x-filament-panels::page.simple>
|