@lang('app.login')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if ($socialAuthSettings->google_status == 'enable')
@lang('auth.signInGoogle')
@endif
@if ($socialAuthSettings->facebook_status == 'enable')
@lang('auth.signInFacebook')
@endif
@if ($socialAuthSettings->twitter_status == 'enable')
@lang('auth.signInTwitter')
@endif
@if ($socialAuthSettings->linkedin_status == 'enable')
@lang('auth.signInLinkedin')
@endif
@if ($socialAuthSettings->social_auth_enable)
@lang('auth.useEmail')
@endif
@if ($socialAuthSettings->social_auth_enable)
@endif
social_auth_enable) class="d-none" @endif>
@if ($setting->google_recaptcha_status == 'active' && $setting->google_recaptcha_v2_status == 'active')
@endif
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@if ($setting->allow_client_signup)
@lang('app.signUpAsClient')
@endif