@csrf
{{__('Forgot Password?')}}
@if(setting_item("user_enable_login_recaptcha"))
{{recaptcha_field($captcha_action ?? 'login')}}
@endif
@if(setting_item('facebook_enable') or setting_item('google_enable') or setting_item('twitter_enable'))

{{__('or continue with')}}

@if(setting_item('facebook_enable')) @endif @if(setting_item('google_enable')) @endif @if(setting_item('twitter_enable')) @endif
@endif
{{__('Do not have an account?')}} {{__('Sign Up')}}