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

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

@csrf
@php $total_sales=PartnerRegistrationProvider::PartnerRegistration('what_was_the_total_sales_and_services_revenue_generated_by_your_company_in_its_last_fiscal_year') @endphp @error('what_was_the_total_sales_and_services_revenue_generated_by_your_company_in_its_last_fiscal_year') {{ $message }} @enderror
@error('face_to_face_field_sales') {{ $message }} @enderror
@error('telephone_based_consultative_sales_resources') {{ $message }} @enderror
@error('via_internet_with_limited_human_interference') {{ $message }} @enderror
@php $do_you_have_a_single_primary_vertical_market=PartnerRegistrationProvider::PartnerRegistration('do_you_have_a_single_primary_vertical_market') @endphp
@error('do_you_have_a_single_primary_vertical_market') {{ $message }} @enderror
@php $what_is_your_company_primary_vertical_market_focus = PartnerRegistrationProvider::PartnerRegistration('what_is_your_company_primary_vertical_market_focus') @endphp @error('what_is_your_company_primary_vertical_market_focus') {{ $message }} @enderror
Financial-Information
@endsection @section('script') @endsection