@if (filament()->hasRegistration())

{{ __('website::filament/customer/pages/auth/login.heading') }}

{{ __('website::filament/customer/pages/auth/login.actions.register.before') }} {{ $this->registerAction }}

@endif {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_LOGIN_FORM_BEFORE, scopes: $this->getRenderHookScopes()) }}
{{ $this->form }}
{{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_LOGIN_FORM_AFTER, scopes: $this->getRenderHookScopes()) }}