Changes
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<x-filament-panels::page.simple>
|
||||
@if (filament()->hasRegistration())
|
||||
<x-slot name="subheading">
|
||||
{{ __('filament-panels::pages/auth/login.actions.register.before') }}
|
||||
|
||||
{{ $this->registerAction }}
|
||||
</x-slot>
|
||||
@endif
|
||||
|
||||
{{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_LOGIN_FORM_BEFORE, scopes: $this->getRenderHookScopes()) }}
|
||||
|
||||
<x-filament-panels::form id="form" wire:submit="authenticate">
|
||||
{{ $this->form }}
|
||||
|
||||
<x-filament-panels::form.actions
|
||||
:actions="$this->getCachedFormActions()"
|
||||
:full-width="$this->hasFullWidthFormActions()"
|
||||
/>
|
||||
</x-filament-panels::form>
|
||||
|
||||
{{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_LOGIN_FORM_AFTER, scopes: $this->getRenderHookScopes()) }}
|
||||
|
||||
</x-filament-panels::page.simple>
|
||||
Reference in New Issue
Block a user