@extends('front.layouts.main') @section('title') Top Consultants from Curated Categories | {{ 'Empower Jobs' }}@endsection @section('description')Empower Jobs offers a list of top consultants and trending consultants from curated categories. Hire the best consultant according to your requirements.@endsection @section('content')

Browse Consultants From Curated Categories

@foreach($categories as $category) @endforeach

Benefits of being a registered Consultant

visiblity

Visibility

Have your profile viewed by serious prospects

choice

Choice

Receive requests and only engage with projects that interest you

ease

Ease

Our platform is easy, quick and comes with fantastic features

grow

Grow

Pick up leads and take on projects that earn you cash and experience

Incognito Mode

If you would prefer to keep your identity hidden on the consultant profile; then use our "Incognito Mode" feature that will hide your identity from your public profile

@if(!$userDetails || ($userDetails && !$userDetails->consultant_profile)) Become a Consultant @endif
incognito-mode
cv-builder

CV Builder

Use our CV Builder feature that will give prospective clients a clear understanding of your experience in a clear and professionally designed template format.

@if(!$userDetails || ($userDetails && !$userDetails->consultant_profile)) Become a Consultant @endif
@if(!$userDetails || ($userDetails && !$userDetails->consultant_profile)) @include('front.modules.consultant.common.join_as_consultant') @endif
@endsection @push('pageJs') @endpush @include('front.modules.consultant.common.contact_consultant',[ 'userDetails' => $userDetails ])