@extends('super-admin.layouts.front-app') @section('content')
@if (session('company_approval_pending'))
@lang('superadmin.signUpApprovalPending')
@else @if ($registrationStatus->registration_open == 1 && $global->enable_register == true)
{!! Form::open(['id' => 'register', 'method' => 'POST']) !!}

@lang('app.signUp')

@if (module_enabled('Subdomain'))
@if (function_exists('get_domain')) .{{ getDomain() }} @else .{{ $_SERVER['SERVER_NAME'] }} @endif
@endif
@if ($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v2_status == 'active')
@endif @if ($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v3_status == 'active')
@endif
@if ($global->sign_up_terms == 'yes')
@endif
{!! Form::close() !!}
@else

{!! $signUpMessage->message !!}

@endif @endif
@endsection @push('footer-script') @if ($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v2_status == 'active') @endif @if ($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v3_status == 'active') @endif @endpush