@session('status')
{{ $value }}
@endsession
@csrf
@if (global_setting()->google_recaptcha_status == 'active')
@endif @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@if (Route::has('password.request')) {{ __('app.forgotPassword') }} @endif {{ __('app.login') }}
@if (global_setting()->google_recaptcha_status == 'active' && global_setting()->google_recaptcha_v3_status == 'active') @endif