@lang('auth.welcome_back')

@lang('auth.welcome_back_desc')

@lang('auth.register')

@lang('auth.login')

@lang('auth.signInToYourAccount')

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