{{ t('forgot_password') }}

{{ t('forgot_password') }}

{{ t('link_to_reset_your_password') }}

@csrf
*
@php $settings = get_batch_settings(['re-captcha.isReCaptchaEnable']); @endphp @if ($settings['re-captcha.isReCaptchaEnable'])
{{ t('site_protected_by_recaptcha') }} {{ t('privacy_policy') }} {{ t('and') }} {{ t('terms_of_service') }} apply.
{{-- --}}
@endif

{{ t('already_registered') }} {{ t('login_link') }}

@php $settings = get_batch_settings(['re-captcha.isReCaptchaEnable', 're-captcha.site_key']); @endphp @if (!empty($settings['re-captcha.isReCaptchaEnable'])) @endif