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

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

@csrf
@php $country=PartnerRegistrationProvider::PartnerRegistration('country'); @endphp @error('country') {{ $message }} @enderror
@php $stateName=PartnerRegistrationProvider::PartnerRegistration('state'); @endphp @error('statelist') {{ $message }} @enderror
@error('city') {{ $message }} @enderror
@error('address') {{ $message }} @enderror
@error('address_2') {{ $message }} @enderror
@error('pincode') {{ $message }} @enderror
@php $company_calling_code=PartnerRegistrationProvider::PartnerRegistration('company_calling_code') @endphp Please enter International Calling code. @error('company_phone') {{ $message }} @enderror @error('company_calling_code') {{ $message }} @enderror
@error('what_is_your_primary_business_domain_focus') {{ $message }} @enderror
@error('primary_company_website_or_social_media_page') {{ $message }} @enderror

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

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

@error('short_description_of_your_company') {{ $message }} @enderror
Company Information
@endsection @section('script') @endsection