@php $meta_title = 'Aurobees | Dashboard'; $meta_description = ''; $meta_keywords = ''; $add_class_header='show-nav'; $footer_sign_up_for_free_trial=true; $active_page='customer-account-profile'; @endphp @if(!$datas->isEmpty()) @php $data=array(); @endphp @foreach ($datas as $val) @php $data[$val->key]=$val->value; @endphp @endforeach @endif @extends('frontend.user.includes.master') @section('body')

ACCOUNT PROFILE

@include('frontend.become_a_partner.includes.body.sidebar')
@csrf

Profile Completion Status

{{-- ------------------------------------------ --}} @php $profileStatus=82; if(!empty(Auth::user()->profile_photo_path)){$profileStatus+=5;} if(@$partnerBio){$profileStatus+=5;} $financialInformationValue=0; if(@$data['face_to_face_field_sales']){$financialInformationValue++;} if(@$data['telephone_based_consultative_sales_resources']){$financialInformationValue++;} if(@$data['via_internet_with_limited_human_interference']){$financialInformationValue++;} if(@$data['total_number_of_employees']){$financialInformationValue++;} if(@$data['total_number_of_sales_employees']){$financialInformationValue++;} if(@$data['total_number_of_services']){$financialInformationValue++;} if(@$data['total_number_of_technical_support_employees']){$financialInformationValue++;} if(@$data['total_number_of_marketing_employees']){$financialInformationValue++;} $profileStatus= $profileStatus+$financialInformationValue; @endphp