{{-- --}}
@guest
|
|||
{{ $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') }} |
|
{{ 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 }} |
{{ 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 |
{{ trans('cv_builder.additionalInformation') }} |
Languages: @foreach($userDetails->languages as $key => $language) {{ ucfirst($language->name)}}@if(count($userDetails->languages)-1 != $key),@endif @endforeach |
@endif
Interests: @foreach($userDetails->interests as $key =>$interest) {{ ucfirst($interest->name)}}@if(count($userDetails->interests)-1 != $key),@endif @endforeach |
@endif
{{ 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 |
{{ trans('cv_builder.experience') }} |
||
@if($detail->city && $detail->commancompanies && $detail->commancompanies->country)
{{ $detail->commancompanies->name }} {{ $detail->city->name }}, {{ $detail->commancompanies->country->name }} @endif
@if(isset($detail->achievementSummary) && count($detail->achievementSummary) > 0) @foreach($detail->achievementSummary as $summary)• {{ $summary->summary }} @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 |