@if (filament()->hasLogin())

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

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

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