@include('admin.candidats.stylepdf')
|
|
SELARAS RECRUITMENT
|
| NAME | : | {{ $d->name }} | |||
| PLACE, DOB | : | {{ $d->place_of_birth }}, {{ format_tanggal($d->date_of_birth, 'dob') }} | |||
| CURRENT ADDRESS | : | {{ $d->address }} | |||
| MARITAL STATUS | : | {{ $d->marital_status_name }} | NUMBER OF CHILDREN | : | {{ $d->children }} |
| RELIGION | : | {{ $d->religion_name }} | |||
| SIM | : | {{ $d->sim_name }} |
{{ $d->summary }}
{{ $v->degree }}
{{ $v->institution }}
({{ $v->start_year }}
-
{{ $v->is_present ? 'Present' : $v->end_year }})
{{ $v->organization_name }}
{{ $v->position }}
({{ format_tanggal($v->start_year, 'month_year') }}
-
{{ $v->is_present ? 'Present' : format_tanggal($v->end_year, 'month_year') }})
| Current Salary | : | Rp {{ number_format($d->compensation->current_salary ?? 0,0,',','.') }} |
| Benefit | : | {{ collect($d->compensation->benefit_name)->implode(', ') ?: '-' }} |
| Expected Salary | : | Rp {{ number_format($d->compensation->expected_min ?? 0,0,',','.') }} - Rp {{ number_format($d->compensation->expected_max ?? 0,0,',','.') }} |
| Availability | : | {{ $d->notice_period_name }} |