{{-- --}}
@guest

Contact talent@empower.co.tz to interview this candidate

Empower
@endguest

{{ $userDetails->full_name }}

@auth @if(Auth::user()->hasRole('franchise-recruitment') || Auth::user()->hasRole('candidate'))

@if($userDetails->locations && $userDetails->locations->country_id && $userDetails->locations->city_id){{ $userDetails->locations->cities->name }}, {{ $userDetails->locations->countries->name }}@endif | @if($userDetails->profiles && $userDetails->profiles->gender) {{ ucfirst($userDetails->profiles->gender) }}@endif, @if($userDetails->profiles && $userDetails->profiles->birth_date) {{ date('F d Y', strtotime($userDetails->profiles->birth_date)) }}@endif | {{ $userDetails->email }} | {{ $userDetails->mobile }}

@endif @endauth

{{ trans('cv_builder.profile') }}

 

{{ $userDetails->profiles->cv_profile_bio }}

{{ trans('cv_builder.skills') }}

 
    @if(isset($userDetails->skills) && count($userDetails->skills) > 0) @foreach ($userDetails->skills as $skill)
  • {{ $skill->skill }}
  • @endforeach @endif
@if(isset($userDetails->educations) && count($userDetails->educations) > 0) @foreach($userDetails->educations as $detail) @endforeach @endif

{{ trans('cv_builder.education') }}

 

{{ $detail->title }} • @if($detail->currently_studing == 1) Present @else {{ date('m/Y', strtotime($detail->end_date)) }}@endif

{{ $detail->institutions->name }}, {{ $detail->countries->name }}

@if(isset($userDetails->certificates) && count($userDetails->certificates) > 0) @foreach ($userDetails->certificates as $certificate) @endforeach

{{ trans('cv_builder.certifications') }}

 

{{ $certificate->name }}, @if($certificate->institutions && $certificate->institutions->name){{ $certificate->institutions->name }} - @endif @if(!$certificate->is_ongoing){{ date('m/Y', strtotime($certificate->end_date)) }}@else Present @endif

@endif @if(isset($userDetails->languages) && count($userDetails->languages) > 0) @endif @if(isset($userDetails->interests) && count($userDetails->interests) > 0) @endif

{{ trans('cv_builder.additionalInformation') }}

 

Languages:

@foreach($userDetails->languages as $key => $language) {{ ucfirst($language->name)}}@if(count($userDetails->languages)-1 != $key),@endif @endforeach

Interests:

@foreach($userDetails->interests as $key =>$interest) {{ ucfirst($interest->name)}}@if(count($userDetails->interests)-1 != $key),@endif @endforeach

{{ trans('cv_builder.experience_summary') }}

 

{{ trans('cv_builder.industry') }}:

@if(isset($expSummary) && isset($expSummary['industry']) && count($expSummary['industry']) > 0) @foreach($expSummary['industry'] as $key => $industry) {{ $industry['name'] }}: {{ $industry['days'] }} @if(count($expSummary['industry'])-1 != $key) | @endif @endforeach @endif

{{ trans('cv_builder.function') }}:

@if(isset($expSummary) && isset($expSummary['category']) && count($expSummary['category']) > 0) @foreach($expSummary['category'] as $key => $category) {{ $category['name'] }}: {{ $category['days'] }} @if(count($expSummary['category'])-1 != $key) | @endif @endforeach @endif

@if(isset($userDetails->experiences) && count($userDetails->experiences) > 0) @foreach($userDetails->experiences as $key => $detail) @if($key < 3) @endif @endforeach @endif

{{ trans('cv_builder.experience') }}

 
@if($detail->city && $detail->commancompanies && $detail->commancompanies->country)

{{ $detail->commancompanies->name }} {{ $detail->city->name }}, {{ $detail->commancompanies->country->name }}

@endif
{{ $detail->positiontitle }} {{ date('m/Y', strtotime($detail->start_date)) }} - @if($detail->is_current == 1) Present @else {{ date('m/Y', strtotime($detail->end_date)) }} @endif

@if(isset($detail->achievementSummary) && count($detail->achievementSummary) > 0) @foreach($detail->achievementSummary as $summary)• {{ $summary->summary }} @endforeach @endif

@if(isset($userDetails->experiences) && count($userDetails->experiences) > 3) @if(isset($userDetails->experiences) && count($userDetails->experiences) > 0) @foreach($userDetails->experiences as $key => $detail) @if($key > 2) @endif @endforeach @endif

{{ trans('cv_builder.other_experience') }}

 

{{ $detail->positiontitle }}

@if(isset($detail->city) && isset($detail->commancompanies) && isset($detail->commancompanies->country)) {{ $detail->commancompanies->name }}, {{ $detail->city->name }}, {{ $detail->commancompanies->country->name }} @endif • {{ date('m/Y', strtotime($detail->start_date)) }} - @if($detail->is_current == 1) Present @else {{ date('m/Y', strtotime($detail->end_date)) }} @endif

@endif