Files
santulitam-temp/resources/views/vendor/filament-breezy/filament/pages/two-factor.blade.php
Muhammad Herdy Iskandar 7117a42b13 first commit
2024-07-26 10:33:44 +00:00

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>