{{ translate('Forgot Password Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Forgot password?') }}

{{ addon_is_activated('otp_system') ? translate('Enter your email address or phone number to recover your password.') : translate('Enter your email address to recover your password.') }}
@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_forgot_password') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
{{ translate('Back to Previous Page')}}