@extends("site.app") @section("title") Sign Up - {{ $setting->main_name }} @endsection @section('css') @endsection @section("content") Sign Up for {{ $setting->main_name }} Company Name @if(module_enabled('Subdomain')) SubDomain .{{ get_domain() }} @endif Contact Number Address Login Details Name Email Password Confirm Password By signing up or purchasing, you agree to our Terms of Service and Privacy Policy. @if ($setting->google_recaptcha_status == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif Sign Up Registration successful. Please check your email and verify your email address. @endsection @section("javascript") @if ($setting->google_recaptcha_status == 1) @endif @endsection