@csrf
{{ __("Forgot password?") }}
@if(setting_item("recaptcha_enable"))
{{recaptcha_field($captcha_action ?? 'login')}}
@endif
{{ __("Don't have an account?") }}
@if(setting_item('facebook_enable') or setting_item('google_enable'))
{{ __("or") }}
@if(setting_item('facebook_enable')) @endif @if(setting_item('google_enable')) @endif
@endif