{{ t('login') }}
@php $defaultBg = 'bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500'; $bgStyle = $announcement->background_color ? "background-color: {$announcement->background_color};" : ''; $defaultTextColor = 'text-white'; $textColor = $announcement->message_color ? "color: {$announcement->message_color};" : ''; $defaultlinkColor = 'text-purple-500'; $linktextColor = $announcement->link_text_color ? "color: {$announcement->link_text_color};" : ''; @endphp @if ($announcement->isEnable)

{{ $announcement->message }}

@if ($announcement->link) {{ $announcement->link_text }} @endif
@endif

{{ t('login') }}

@csrf
*
*
@if (get_setting('re-captcha.isReCaptchaEnable'))
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
@endif
@if (Route::has('password.request') && can_send_email('password-reset')) {{ t('forgot_password_fp') }} @endif
@if (get_setting('re-captcha.isReCaptchaEnable')) @endif