@php
$path = public_path('assets/images/logo/bg-head.png');
$type = pathinfo($path, PATHINFO_EXTENSION);
$data = file_get_contents($path);
$base61 = 'data:image/'.$type.';base64,'.base64_encode($data);
@endphp
@php
$path = public_path('assets/images/logo/head-pdf.png');
$type = pathinfo($path, PATHINFO_EXTENSION);
$data = file_get_contents($path);
$base64 = 'data:image/'.$type.';base64,'.base64_encode($data);
@endphp
SELARAS RECRUITMENT
FORM SCREENING & PRE-CLOSING CHECKLIST - SELARAS RECRUITMENT
A. CANDIDATE BASIC INFORMATION
| Candidate Name | : {{ $result->candidate_name ?? '-'}} |
| Position | : {{ $result->position_name ?? '-' }} |
| Recruiter | : {{ $result->recruter ?? '-' }} |
| Date | : {{ \Carbon\Carbon::parse($result->submission_date ?? '')->format('d F Y') }} |
| Current Company | : {{ $result->current_company ?? '-' }} |
| Current Position | : {{ $result->current_position ?? '-'}} |
| Length of Work | : {{ format_tahun_bulan($result->lama_bekerja ?? 0) }} |
| Notice Period | : {{ $result->notice_period ?? '-'}} |
B. MOTIVATION CHECK
| Reason for Leaving | : {{ $screening->reason ?? '-'}} |
| Retention Factors | : {{ $screening->stay_factor ?? '-' }} |
[ {!! $screening->stay_level=='strong' ? '
✔' : '
' !!} ] Strong
[ {!! $screening->stay_level=='medium' ? '
✔' : '
' !!} ] Medium
[ {!! $screening->stay_level=='weak' ? '
✔' : '
' !!} ] Weak
C. SALARY ALIGNMENT
| Current Salary |
: |
Rp {{ number_format($result->current_salary ?? 0,0,',','.') }} |
| Expected Salary |
: |
Rp {{ number_format($result->expected_min,0,',','.') }} - {{ number_format($result->expected_max,0,',','.') }}
|
| Minimum Salary |
: |
Rp {{ number_format($screening->minimum_salary ?? 0,0,',','.') }} |
[ {!! $screening->clear_realistic ? '
✔' : '
' !!} ] Clear & Realistis
D. COUNTER OFFER RISK
[ {!! $screening->counter_risk=='high' ? '✔' : ' ' !!} ] High
[ {!! $screening->counter_risk=='medium' ? '✔' : ' ' !!} ] Medium
[ {!! $screening->counter_risk=='low' ? '✔' : ' ' !!} ] Low
If Countered:
[ {!! $screening->counter_action=='move' ? '✔' : ' ' !!} ] Still Move
[ {!! $screening->counter_action=='hesitant' ? '✔' : ' ' !!} ] Hesitant
[ {!! $screening->counter_action=='stay' ? '✔' : ' ' !!} ] Stay
E. OTHER PROCESS
[ {!! $screening->has_other_process ? '✔' : '✘' !!} ] Currently in other recruitment processes
Detail: {{ $screening->other_process_detail ?? 'Nothing process recruitment other' }}
F. INTEREST LEVEL
[ {!! $screening->interest_level=='high' ? '✔' : ' ' !!} ] High
[ {!! $screening->interest_level=='medium' ? '✔' : ' ' !!} ] Medium
[ {!! $screening->interest_level=='low' ? '✔' : ' ' !!} ] Low
Reason: {!! nl2br(e($screening->interest_reason)) !!}
G. PRE-CLOSING
[ {!! $screening->paham_jobdesc ? '✔' : ' ' !!} ] Understands Job Description
[ {!! $screening->salary_sesuai ? '✔' : ' ' !!} ] Salary Alignment Confirmed
[ {!! $screening->siap_resign ? '✔' : ' ' !!} ] Ready to Resign
[ {!! $screening->bukan_pembanding ? '✔' : ' ' !!} ] Not for Benchmarking
Resign Date: {{ $screening->resign_date }}
H. FINAL
[ {!! $screening->final_status=='green' ? '✔' : ' ' !!} ] GREEN
[ {!! $screening->final_status=='yellow' ? '✔' : ' ' !!} ] YELLOW
[ {!! $screening->final_status=='red' ? '✔' : ' ' !!} ] RED
Notes: {!! nl2br(e($screening->final_notes)) !!}