@csrf

@lang('auth.signInToYourAccount')

@if ($errors->has('captcha'))
{{ $errors->first('captcha') }}
@endif
@if (setting('recaptcha_status', 0) && setting('recaptcha_on_admin_login', 0)) {{ __('auth.login') }} @else {{ __('auth.login') }} @endif
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif
@if (setting('recaptcha_status', 0) && setting('recaptcha_login', 0)) @push('page_scripts') @endpush @endif