{{ t('login') }}

{{ t('login') }}

{{ t('enter_credentials') }}

@csrf @if (session('success')) {{ session('success') }} @endif
*
*
@if (Route::has('password.request')) {{ t('forgot_password_link') }} @endif
@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
@if (Route::has('register'))

{{ t('do_not_have_an_account') }} {{ t('register') }}

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