{{ csrf_field() }} @if (session('company_approval_pending'))
@lang('superadmin.signUpApprovalPending')
@else

@lang('app.signUp')

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if(module_enabled('Subdomain'))
.{{ getDomain() }}
@endif
@if ($global->google_recaptcha_status == 'active')
@endif @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif @if ($globalSetting->sign_up_terms == 'yes')
@endif @lang('app.login') @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