@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('company_financial_information')}} @csrf {{ HelperServiceProvider::GetLanguageText('what_was_the_total_sales_and_services')}}* @php $total_sales=PartnerRegistrationProvider::PartnerRegistration('what_was_the_total_sales_and_services_revenue_generated_by_your_company_in_its_last_fiscal_year') @endphp Select Less than 20,000 Less than 50,000 Less than 100,000 Less than 200,000 More than 200,000 @error('what_was_the_total_sales_and_services_revenue_generated_by_your_company_in_its_last_fiscal_year') {{ $message }} @enderror {{ HelperServiceProvider::GetLanguageText('what_percentage_of_your_revenue_directly_results')}} {{ HelperServiceProvider::GetLanguageText('face-to-face_field_sales')}} @error('face_to_face_field_sales') {{ $message }} @enderror {{ HelperServiceProvider::GetLanguageText('telephone_based_consultative_sales_resources')}} @error('telephone_based_consultative_sales_resources') {{ $message }} @enderror {{ HelperServiceProvider::GetLanguageText('via_internet_with_limited_human_interference')}} @error('via_internet_with_limited_human_interference') {{ $message }} @enderror {{ HelperServiceProvider::GetLanguageText('do_you_have_a_single_primary_vertical_market?')}}* @php $do_you_have_a_single_primary_vertical_market=PartnerRegistrationProvider::PartnerRegistration('do_you_have_a_single_primary_vertical_market') @endphp {{ HelperServiceProvider::GetLanguageText('yes')}} {{ HelperServiceProvider::GetLanguageText('no')}} @error('do_you_have_a_single_primary_vertical_market') {{ $message }} @enderror {{ HelperServiceProvider::GetLanguageText('what_is_your_companys_primary_vertical_market_focus?')}}* @php $what_is_your_company_primary_vertical_market_focus = PartnerRegistrationProvider::PartnerRegistration('what_is_your_company_primary_vertical_market_focus') @endphp select @if(!$market_sectors_lists->isEmpty()) @foreach ($market_sectors_lists as $item) {{$item->name}} @endforeach @endif @error('what_is_your_company_primary_vertical_market_focus') {{ $message }} @enderror {{ HelperServiceProvider::GetLanguageText('save_and_next')}} {{ HelperServiceProvider::GetLanguageText('clear_all')}} @endsection @section('script') @endsection