@lang('app.login')
@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 ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($socialAuthSettings->social_auth_enable)
@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