{{ __('Please login to access your account.') }}
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@if ($settings['captcha'] ?? null) @if ($settings['captcha_provider'] == 'recaptcha') {{-- @php $captcha = new \Anhskohbo\NoCaptcha\NoCaptcha(config('captcha.secret'), config('captcha.sitekey')); @endphp {!! $captcha->renderJs() !!}
{!! $captcha->display(['data-theme' => $settings['captcha_provider'] ?? 'auto']) !!}
--}} @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif @elseif ($settings['captcha_provider'] == 'trunstile') @push('scripts') @endpush
@elseif ($settings['captcha_provider'] == 'local')
{{-- {{ str(captcha_img())->toHtmlString() }} --}}
@endif @endif
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif @if (($settings['captcha'] ?? null) && $settings['captcha_provider'] == 'recaptcha') {{ __('Log in') }} @else {{ __('Log in') }} @endif
@if ( ($settings['facebook_login'] ?? null) || ($settings['twitter_login'] ?? null) || ($settings['github_login'] ?? null) || ($settings['google_login'] ?? null))

{{ __('Login with') }}

@if ($settings['facebook_login'] ?? null) Facebook @endif @if ($settings['github_login'] ?? null) GitHub @endif @if ($settings['google_login'] ?? null) GitHub @endif @if ($settings['twitter_login'] ?? null) Twitter @endif
@endif @if (demo())

Demo Accounts

@endif