{!! getCompanyLogo(true) !!}
Position: {{$designation}}

{!! getAvatar($user_id, 120, true) !!}

PERSONAL PARTICULARS

Name : {{$name}}
Address : {{$address.' '.$zipcode.' '.$country}}
NRIC No : {{$nric}} Gender : {{$gender}}
Date of Birth : {{($dob == "Nil") ? "Nil" : showDate($dob)}} Marital Status : {{$marital}}
Nationality : {{($nationality == "Foreigner") ? "Malaysian" : $nationality}}
Primary Phone : {{$phone_primary}} Secondary Phone : {{$phone_secondary}}
Emergency Contact : {{ (!empty($emergency_contact)) ? 'Name : '.$emergency_contact->name.' | Mobile : '.$emergency_contact->mobile : '' }}
@if ($educations->count() > 0)

EDUCATIONAL BACKGROUND

@foreach ($educations as $education) @endforeach
From To Name of School / Institution Qualification Obtained
{{showDate($education->from_date)}} {{showDate($education->to_date)}} {{$education->institute_name}} {{$education->educationLevel->name}}
@endif @if ($experiences->count() > 0)

EMPLOYMENT HISTORY

@foreach ($experiences as $experience) @endforeach
From To Employment / Assignment Position
{{showDate($experience->from_date)}} {{showDate($experience->to_date)}} {{$experience->company_name}} {{$experience->job_title}}
@endif {{-- @if(count($uploads) >= 1)
@endif --}} @foreach($uploads as $upload)
@endforeach