Logo {{ config('app.name') }}

{{ __('Informe os dados para acesso') }}

@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()) }} {{ $this->form }} {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_LOGIN_FORM_AFTER, scopes: $this->getRenderHookScopes()) }}