Position: {{$designation}} {{$contract}}
{{$shift}}

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

PERSONAL PARTICULARS

Name : {{$name}}
Address : {{$address}}
NRIC No : {{$nric}} Nationality : {{$nationality}}
Gender : {{$gender}} Date of Birth : {{($dob == "Nil") ? "Nil" : showDate($dob)}}
Age : {{($dob == "Nil") ? "Nil" : getAge($dob)}} Marital Status : {{$marital}}
@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 ($trainings->count() > 0)

SKILLS TRAINING

@foreach ($trainings as $training) @endforeach
Course Certificate
{{$training->title}} @if(!empty($training->course_code)) WSQ Certificate @endif
@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

Note:
The personal data of our employees submitted to you shall be protected in accordance with PDPA requirements

@if(count($uploads) >= 1)
@endif @foreach($uploads as $upload) @if ($upload->type == "NRIC / FIN") {{--
--}}
@else {{--
--}}
@endif @endforeach