@if (filament()->hasRegistration()) {{ __('filament-panels::pages/auth/login.actions.register.before') }} {{ $this->registerAction }} @endif {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_LOGIN_FORM_BEFORE, scopes: $this->getRenderHookScopes()) }} @switch($this->step) @case(1) {{ $this->form }} {{ __('filament-panels::pages/auth/login.form.actions.authenticate.label') }} @break @default {{ $this->otpForm }}
@endswitch {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_LOGIN_FORM_AFTER, scopes: $this->getRenderHookScopes()) }}