{{ csrf_field() }}

@lang('app.login')

@if ($socialAuthSettings->google_status == 'enable') Google @lang('auth.signInGoogle') @endif @if ($socialAuthSettings->facebook_status == 'enable') Google @lang('auth.signInFacebook') @endif @if ($socialAuthSettings->twitter_status == 'enable') Google @lang('auth.signInTwitter') @endif @if ($socialAuthSettings->linkedin_status == 'enable') Google @lang('auth.signInLinkedin') @endif @if ($socialAuthSettings->social_auth_enable)

@lang('auth.useEmail')

@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($socialAuthSettings->social_auth_enable) @if ($company->allow_client_signup) @lang('app.signUpAsClient') @endif @endif
social_auth_enable) class="d-none" @endif>
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($globalSetting->google_recaptcha_status == 'active')
@endif @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif @if ($company->allow_client_signup) @lang('app.signUpAsClient') @endif
@if ($globalSetting->google_recaptcha_status == 'active' && $globalSetting->google_recaptcha_v2_status == 'active') @endif @if ($globalSetting->google_recaptcha_status == 'active' && $globalSetting->google_recaptcha_v3_status == 'active') @endif