Personal Details

Please provide additional details about yourself, your experience and your qualifications

Upload You Profile Picture

Upload a professional headshot of yourself with a plain background

@php if($user->consultant_profile && $user->consultant_profile->short_bio) $chars = strlen($user->consultant_profile->short_bio); else $chars = 0; @endphp

Write a one-liner about you and your experience; this will be displayed on the front end Consultants page so make a good impression and write something catchy

@php if($user->consultant_profile && $user->consultant_profile->bio) $chars = strlen($user->consultant_profile->bio); else $chars = 0; @endphp

This information is private and only visible to you

@include ('front.modules.consultant.register.sections.languages')
@push('pageJs') @endpush