Consultant Profile
{{ $consultant->consultant_profile->bio }}
Skills
@if(!blank($consultantSkills))
@foreach($consultantSkills as $consultantCat => $consultantSkill)
- iteration != 1) class="mt-3" @endif>
{{ $consultantCat }}
@endforeach
@endif
Language Proficiency
@foreach($consultant->languages as $language)
@endforeach
Location
@if($consultant->locations && $consultant->locations->cities)
{{ $consultant->locations->cities->name }}
@else
-
@endif
@if(!blank($consultant->consultant_experiences))
Consultancy Experience
@foreach($consultant->consultant_experiences as $key => $experience)
{{$experience->project_title}}
{{$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
@if($experience->jobCategoryName1)
@if($experience->jobCategoryName2)
@if($experience->jobCategoryName3)
({{$experience->jobCategoryName1->name}}, {{$experience->jobCategoryName2->name}},
{{$experience->jobCategoryName3->name}} )
@else
({{$experience->jobCategoryName1->name}}, {{$experience->jobCategoryName2->name}})
@endif
@else
({{$experience->jobCategoryName1->name}})
@endif
@endif
@if($experience->start_date)
{{$experience->start_date_formatted}} - @if($experience->is_current != 1)
{{$experience->end_date_formatted}} @else Present @endif
{{$experience->formatDateDiff($experience->start_date,$experience->end_date)}}
@endif
@if($experience->description)
{{$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
@foreach($education->qualificationcategories as
$ckey => $category)
{{$category->name}}@if($ckey !=
count($education->qualificationcategories) - 1),@endif
@endforeach
@if($education->institutions){{$education->institutions->name}}@if($education->institutions->countries
!= null), {{$education->institutions->countries->name}}@endif
@endif{{date('F-Y',strtotime($education->start_date))}}
- {{date('F-Y',strtotime($education->end_date))}}
@endforeach
@endif
@if(!blank($consultant->experiences))
Experience
-
@if($consultant->experiences->contains('is_current', '1'))
Employed
@else
Unemployed
@endif
{{ @trans('candidate.total_experience_of') }}
{{convertDaysInYears($totalDays)}}
@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
@if($experience->jobCategoryName1)
{{$experience->jobCategoryName1->name}}
@endif
@if($experience->jobCategoryName2),
{{$experience->jobCategoryName2->name}}
@endif
@if($experience->jobCategoryName3),
{{$experience->jobCategoryName3->name}} @endif
@if($experience->joblevels){{$experience->joblevels->name}}@endif@if($experience->no_reports
== "251") 250+
@else {{$experience->no_reports}} @endif
{{Carbon\Carbon::parse($experience->start_date)->format('F-Y')}} -
@if($experience->is_current != 1)
{{Carbon\Carbon::parse($experience->end_date)->format('F-Y')}} @else
Present
@endif
{{$experience->formatDateDiff($experience->start_date,$experience->end_date)}}
@endforeach
@endif
@if(!blank($consultant->certificates))
Awards, Certificates & Qualifications
@foreach($consultant->certificates as $key => $certificate)
-
{{$certificate->ucname}}
@if($certificate->institutions){{$certificate->institutions->name}}@endif
@if($certificate->is_ongoing == 1) On going @else
{{date('M Y',strtotime($certificate->end_date))}}@endif
@if($certificate->certificatescategories)
@foreach($certificate->certificatescategories as $ckey =>
$certificatecategory)
@if($ckey != 0),@endif{{$certificatecategory->name}}@endforeach
@endif
@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)
@endforeach
@endif