@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($socialAuthSettings->social_auth_enable_count>1)
@endif
@if ($socialAuthSettings->social_auth_enable_count>1 && !$errors->has('g-recaptcha-response'))
social_auth_enable_count > 1 && !$errors->has('g-recaptcha-response')) 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