@php $footer_sign_up_for_free_trial = true; $add_class_header = 'show-nav'; @endphp @extends('frontend.user.includes.master') @section('body')

{{ HelperServiceProvider::GetLanguageText('basic_information')}}

@csrf
@php $how_did_you_hear_about_our_program=PartnerRegistrationProvider::PartnerRegistration('how_did_you_hear_about_our_program') @endphp @error('how_did_you_hear_about_our_program') {{ $message }} @enderror
@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 @error('in_what_region_do_you_want_to_represent_aurobees_as_a_channel_partner') {{ $message }} @enderror
@php $individual_business=PartnerRegistrationProvider::PartnerRegistration('individual_business') @endphp
@error('individual_business') {{ $message }} @enderror
Basic Information
@endsection @section('script') {{-- -------------validation------------------- --}} @endsection