@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 @extends('frontend.user.includes.master') @section('body')

ACCOUNT PROFILE

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

Profile Completion Status

{{-- ------------------------------------------ --}} @php $profileStatus=25; if(!empty(Auth::user()->profile_photo_path)){$profileStatus+=10;} if(@$data->bio){$profileStatus+=10;} if(@$data->designation){$profileStatus+=10;} if(@$data->industry){$profileStatus+=5;} if(@$data->billing_city){$profileStatus+=20;} if(@$data->gst_number ||@$data->pan_number ||@$data->trn_number ||@$data->acra_number ||@$data->npwp_number ||@$data->company_registration_number){$profileStatus+=20;} @endphp