|
|
{{ $resume['first_name'].' '.$resume['last_name'] }}
{{
($resume['email'] ? $resume['email'] : '')
. ($resume['phone1'] ? ", ".$resume['phone1'] : '')
. ($resume['phone2'] ? ", ".$resume['phone2'] : '')
. ($resume['address'] ? " |
{{ $resume['objective'] }}
{{ $experience['title'] }} - {{ $experience['company'] }}
({{ timeFormat($experience['from']) }} - {{ timeFormat($experience['to']) }})
{{ $experience['description'] }}
{{ __('message.there_are_no_experiences') }}
@endif{{ $qualification['title'] }} - {{ $qualification['institution'] }}
({{ timeFormat($qualification['from']) }} - {{ timeFormat($qualification['to']) }})
{{ $qualification['marks'] }} Out of {{ $qualification['out_of'] }}
{{ __('message.there_are_no_qualifications') }}
@endif{{ $language['title'] }} ({{ $language['proficiency'] }})
{{ __('message.there_are_no_languages') }}
@endif{{ $achievement['title'] }} ({{ $achievement['type'] }})
@if ($achievement['date'])({{ $achievement['date'] }})
@endif @if ($achievement['link'])({{ $achievement['link'] }})
@endif{{ $achievement['description'] }}
{{ __('message.there_are_no_achievements') }}
@endif{{ $reference['title'] }} ({{ $reference['relation'] }})
@if ($reference['company'])({{ $reference['company'] }})
@endif @if ($reference['phone'])({{ $reference['phone'] }})
@endif({{ $reference['email'] }})
{{ __('message.there_are_no_references') }}
@endif @elseNo Resume Found
@endif