Position: {{ $contract->title ?? '' }}

{!! getAvatar($user->id, 120, true) !!}

PERSONAL PARTICULARS

@if (!empty($user->profile->plrd_id))

Emplacement Grade: {!! $user->profile->plrd->name ?? '' !!}

@endif {{-- Reachfield custom NRIC display format --}}
Name : {{ isset($user->profile->first_name) ? title_case($user->profile->first_name) : '' }}
Address : {{ isset($user->profile->address_line_1) ? title_case($user->profile->address_line_1) : 'Nil' }}
NRIC No :{{ isset($user->profile->unique_identification_number) ? $user->profile->unique_identification_number[0].str_repeat('*', 4).substr($user->profile->unique_identification_number, - 4) : '' }} Nationality : {{ ($user->profile->nationality == "Foreigner") ? "Malaysian" : $user->profile->nationality }}
Gender : {{ isset($user->profile->gender) ? ucfirst($user->profile->gender) : 'Nil' }} Date of Birth : {{ isset($user->profile->date_of_birth) ? showDate($user->profile->date_of_birth) : 'Nil' }}
Age : {{ isset($user->profile->date_of_birth) ? getAge($user->profile->date_of_birth) : 'Nil' }} Marital Status : {{ !empty($user->profile->marital_status) ? trans('messages.'.$user->profile->marital_status) : 'Nil' }}
@if ($educations->count() > 0)

EDUCATIONAL BACKGROUND

@foreach ($educations as $education) @endforeach
From To Name of School / Institution Qualification Obtained
{{ showDate($education->from_date, true) }} {{ (!empty($education->to_date)) ? showDate($education->to_date, true) : 'Present' }} {{ $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, true) }} {{ (!empty($experience->to_date)) ? showDate($experience->to_date, true) : 'Present' }} {{ $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
@foreach($uploads as $upload) @if ($loop->first)
@endif @if ($upload->doc_type == "NRIC / FIN / Security License")
@else
@endif {{--
--}} @if (!$loop->last)
@endif @endforeach