@php $footer_sign_up_for_free_trial = true; $add_class_header = 'show-nav'; @endphp @extends('frontend.user.includes.master') @section('body') 1 2 3 4 5 6 7 8 9 {{ HelperServiceProvider::GetLanguageText('basic_information')}} @csrf {{ HelperServiceProvider::GetLanguageText('how_did_you_hear_about_our_program?')}}* @php $how_did_you_hear_about_our_program=PartnerRegistrationProvider::PartnerRegistration('how_did_you_hear_about_our_program') @endphp Select Website Google Social Media Email Newslatter Employess Existing Partners Event and Promotions Others @error('how_did_you_hear_about_our_program') {{ $message }} @enderror {{ HelperServiceProvider::GetLanguageText('in_what_region_do_you_want_to_represent_aurobees_as_a_channel_partner?')}}* @php $in_what_region_do_you_want_to_represent_aurobees_as_a_channel_partner=PartnerRegistrationProvider::PartnerRegistration('in_what_region_do_you_want_to_represent_aurobees_as_a_channel_partner') @endphp Select APAC(Asia Pacific) Europe Middle East Africa India North America South America Australasia @error('in_what_region_do_you_want_to_represent_aurobees_as_a_channel_partner') {{ $message }} @enderror {{ HelperServiceProvider::GetLanguageText('individual_business')}}* @php $individual_business=PartnerRegistrationProvider::PartnerRegistration('individual_business') @endphp {{ HelperServiceProvider::GetLanguageText('individual')}} {{ HelperServiceProvider::GetLanguageText('business')}} @error('individual_business') {{ $message }} @enderror {{ HelperServiceProvider::GetLanguageText('save_and_next')}} {{ HelperServiceProvider::GetLanguageText('clear_all')}} @endsection @section('script') {{-- -------------validation------------------- --}} @endsection