social_auth_enable && !$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
{{-- WORKSUITESAAS --}}
@if ($company?->allow_client_signup && isWorksuite())
@lang('app.signUpAsClient')
@endif
@if (isWorksuiteSaas() && !module_enabled('Subdomain'))
@if ($globalSetting->enable_register == true)
@lang('app.signUp')
@endif
@endif