@if ($resume)
|
@php $image = candidateThumbForPdf($resume['image']); @endphp
|
{{ $resume['first_name'].' '.$resume['last_name'] }}
{{ ($resume['email'] ? $resume['email'] : '')
. ($resume['phone1'] ? ", ".$resume['phone1'] : '')
. ($resume['phone2'] ? ", ".$resume['phone2'] : '') }} |
{{ $resume['objective'] }}
({{ timeFormat($experience['from']) }} - {{ timeFormat($experience['to']) }})
{!! nl2br($experience['description']) !!}
{{ __('message.there_are_no_experiences') }}
({{ timeFormat($qualification['from']) }} - {{ timeFormat($qualification['to']) }})
{{ $qualification['marks'] }} Out of {{ $qualification['out_of'] }}
{{ __('message.there_are_no_qualifications') }}
{{ __('message.there_are_no_languages') }}
({{ $achievement['date'] }})
@endif @if ($achievement['link'])({{ $achievement['link'] }})
@endif{{ $achievement['description'] }}
{{ __('message.there_are_no_achievements') }}
({{ $reference['company'] }})
@endif @if ($reference['phone'])({{ $reference['phone'] }})
@endif({{ $reference['email'] }})
{{ __('message.there_are_no_references') }}