@if(!empty(Auth::user()->profile_image))
@else
@endif
{{ucfirst(Auth::user()->first_name)}} {{ucfirst(Auth::user()->last_name)}}View Profile
Contributor Profile
Explore, apply & track jobs available in the market. Use our CV Builder tool to download your very own CV that can be used for job applications + receive job alerts when relevant jobs are posted
Update Profile CV BuilderTake your talent to the world by registering on the Consulting Marketplace. Let people know what skills you have and gain interest from prospective clients that are willing to engage you for Consultancy work
@if(isConsultant()) My Inquiries My Consultant Profile @elseif(isset(Auth::user()->consultant_profile) && Auth::user()->consultant_profile != null && Auth::user()->consultant_profile->approved_at == null && Auth::user()->consultant_profile->rejected_at != null) Rejected @elseif(isset(Auth::user()->consultant_profile) && Auth::user()->consultant_profile->status == 'completed' && Auth::user()->consultant_profile->approved_at == null && Auth::user()->consultant_profile->rejected_at == null) Pending @elseif(isset(Auth::user()->consultant_profile) && Auth::user()->consultant_profile->status == 'draft') Complete My Profile @else Become a Consultant Explore @endifTell the world who pro-pic rounded-picyou are by sharing content that brings out the uniqueness of your personality. #TheMovement is open to all members of society and allows you to share content in visual, audio and written form.
@if(Auth::user()->hasRole('mover')) Publish My Articles @else Become a Mover Explore @endifRegister as a Mystery Shopper and earn money by conducting Shopper Assignments in some of your favorite brand’s retail outlets
@if(Auth::user()->hasRole('mplus')) @if($mPlusStatus == 'approved') @if(Auth::user()->m_plus_profile->is_active) My Tasks @else Profile Deactivated @endif @elseif($mPlusStatus == 'pending') Pending @elseif($mPlusStatus == 'rejected') Profile Rejected @endif @else Learn More Register Now @endif