Files
santulitam/resources/views/vendor/filament-breezy/filament/pages/two-factor.blade.php
Muhammad Herdy Iskandar a099b28858 First Commit
2024-07-27 00:18:34 +07: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>