Consultant Profile

{{ $consultant->consultant_profile->bio }}

Skills

@if(!blank($consultantSkills))
    @foreach($consultantSkills as $consultantCat => $consultantSkill)
  • iteration != 1) class="mt-3" @endif>

    {{ $consultantCat }}

    @foreach($consultantSkill as $skill) {{ $skill->name }} @endforeach
  • @endforeach
@endif

Language Proficiency

@foreach($consultant->languages as $language)
@endforeach

Location

@if($consultant->locations && $consultant->locations->cities) {{ $consultant->locations->cities->name }} @else - @endif

Mobilisation

{{ ucfirst($consultant->consultant_profile->consultant_type) }}

@if($consultant->consultant_profile->can_invoice) Yes @else No @endif

@foreach($availabilities as $availability) {{ $availability }} @endforeach

@if(!blank($consultant->consultant_experiences))

Consultancy Experience

@foreach($consultant->consultant_experiences as $key => $experience)

{{$experience->project_title}}

@if($experience->start_date) @endif @if($experience->description) @endif
@endforeach
@endif @if(!blank($certificates))

Certificates

@foreach($certificates as $doc)

{{ $doc->title }}

@endforeach
@endif @if(!blank($portfolios))

Portfolio

@foreach($portfolios as $doc)

{{ $doc->title }}

@endforeach
@endif @if(!blank($works))

Sample Work

@foreach($works as $doc)

{{ $doc->title }}

@endforeach
@endif @if(!blank($consultant->educations))

Education & Qualifications

    @foreach($consultant->educations as $key => $education)
  • {{$education->title}} @if($education->qualifications)({{$education->qualifications->name}})@endif


  • @endforeach
@endif @if(!blank($consultant->experiences))

Experience


  • @foreach($consultant->experiences as $key => $experience)
  • {{$experience->positiontitle}}

    {{$experience->commancompanies->name}} @if($experience->jobindustryName1) @if($experience->jobindustryName2) @if($experience->jobindustryName3) ({{$experience->jobindustryName1->name}}, {{$experience->jobindustryName2->name}}, {{$experience->jobindustryName3->name}} ) @else ({{$experience->jobindustryName1->name}}, {{$experience->jobindustryName2->name}}) @endif @else ({{$experience->jobindustryName1->name}}) @endif @endif


  • @endforeach
@endif @if(!blank($consultant->certificates))

Awards, Certificates & Qualifications

    @foreach($consultant->certificates as $key => $certificate)
  • {{$certificate->ucname}}


  • @endforeach
@endif @if(!blank($tools))

Tools of The Trade

The Consultant has the following tools available for use in case you were to engage them for a project

@foreach($tools as $category => $toolDetails)

@foreach($toolDetails as $tool) {{ $tool->name }} @endforeach

@endforeach
@endif