@endif
@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 Builder
Take 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 @endif
Tell 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 @endif
Register 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
Register as a Kua Agent and earn money while connecting people with products and services they need. As an agent, you’ll represent Leading brands across Tanzania, grow your skills in sales, and make a real impact in your community. The more you sell, the more you earn, it’s that simple.
@php $kuaAgent = Auth::user()->kuaAgent; $kuaAgentStatus = $kuaAgent ? $kuaAgent->status : null; @endphp @if($kuaAgent) @if($kuaAgentStatus == 'approved') Approved @elseif($kuaAgentStatus == 'pending') Pending @elseif($kuaAgentStatus == 'rejected') Rejected @endif @else Learn More Register Now @endif