{{ $loginType === 'admin' ? 'Admin Login' : 'Client Login' }}

{{ $loginType === 'admin' ? 'Sign in to manage users, roles, settings, and email configuration.' : 'Sign in to access your account and client portal features.' }}

@csrf
@if (\App\Support\Security\Recaptcha::enabled() && \App\Support\Security\Recaptcha::version() === 'v2')
@endif @if (\App\Support\Security\Recaptcha::enabled() && \App\Support\Security\Recaptcha::version() === 'v3') @endif
@if (($appSettings['google_auth_enabled'] ?? false) && $loginType === 'client') @endif
@if ($appFeatures['client_login'] ?? true) Forgot password? @else @endif @if ($loginType === 'client') @if ($appFeatures['client_login'] ?? true) Create account @endif @elseif ($appFeatures['client_login'] ?? true) Client login instead @endif
@push('scripts') @if (\App\Support\Security\Recaptcha::enabled() && \App\Support\Security\Recaptcha::version() === 'v2') @endif @if (\App\Support\Security\Recaptcha::enabled() && \App\Support\Security\Recaptcha::version() === 'v3' && \App\Support\Security\Recaptcha::siteKey('v3')) @endif @endpush