@php $family = is_array($applicant->family_data) ? $applicant->family_data : []; @endphp @foreach($family as $f) @endforeach @php $edu = is_array($applicant->education_data) ? $applicant->education_data : []; @endphp @foreach($edu as $e) @endforeach @php $exp = is_array($applicant->experience_data) ? $applicant->experience_data : []; @endphp @foreach($exp as $i => $ex) @endforeach @if(!empty($applicant->other_data['questions'])) @foreach($applicant->other_data['questions'] as $q) @endforeach @else @endif
FORMULIR DATA PRIBADI PELAMAR
Posisi yang dilamar: {{ $applicant->vacancy->title ?? '-' }}
I. IDENTITAS DIRI
Posisi yang dilamar {{ $applicant->vacancy->title ?? '-' }}
1. DATA PRIBADI
Nama Lengkap{{ $applicant->full_name }}
NIK{{ "'".$applicant->nik }}
Tempat, Tanggal Lahir{{ $applicant->birth_place }}, {{ \Carbon\Carbon::parse($applicant->birth_date)->format('d F Y') }}
Jenis Kelamin{{ $applicant->gender }}
Agama{{ $applicant->religion }}
Tinggi / Berat Badan{{ $applicant->height }} cm / {{ $applicant->weight }} kg
Alamat Sesuai KTP{{ $applicant->address }} (RT {{ $applicant->other_data['rt_rw'] ?? '-' }}, Kel. {{ $applicant->other_data['kelurahan'] ?? '-' }}, Kec. {{ $applicant->other_data['kecamatan'] ?? '-' }})
Kota / Kode Pos{{ $applicant->city }} / {{ $applicant->postal_code }}
Alamat Tinggal Saat Ini{{ $applicant->other_data['current_address'] ?? '-' }}
Status Tempat Tinggal{{ $applicant->other_data['residence_ownership'] ?? '-' }}
Email{{ $applicant->other_data['email'] ?? '-' }}
No. Telepon / HP{{ "'".($applicant->other_data['phone'] ?? '-') }}
Status Pernikahan{{ $applicant->other_data['marital_status'] ?? '-' }}
2. DATA KELUARGA
Hubungan Nama Lengkap L/P Tempat, Tgl Lahir / Umur Pendidikan Terakhir Pekerjaan & Perusahaan
{{ $f['relationship'] ?? '-' }} {{ $f['name'] ?? '-' }} {{ $f['gender'] ?? '-' }} {{ $f['birth_place_date'] ?? ($f['age'] ?? '-') }} {{ $f['education'] ?? '-' }} {{ $f['occupation'] ?? '-' }}
3. PENDIDIKAN FORMAL
Tingkat Nama Sekolah / Universitas Jurusan Kota Tahun Masuk - Lulus Nilai Akhir / IPK
{{ $e['degree'] ?? ($e['level'] ?? '-') }} {{ $e['institution'] ?? '-' }} {{ $e['major'] ?? '-' }} {{ $e['city'] ?? '-' }} {{ $e['start_year'] ?? '-' }} - {{ $e['end_year'] ?? '-' }} {{ $e['gpa'] ?? '-' }}
4. RIWAYAT PEKERJAAN
Pekerjaan {{ $i+1 }}
Nama & Alamat Perusahaan{{ $ex['company_info'] ?? '-' }}
Jabatan (Awal - Akhir){{ $ex['jabatan']['awal'] ?? '-' }} s/d {{ $ex['jabatan']['akhir'] ?? '-' }} (Ket: {{ $ex['jabatan']['ket'] ?? '-' }})
Periode{{ $ex['periode']['awal'] ?? '-' }} s/d {{ $ex['periode']['akhir'] ?? '-' }}
Gaji{{ $ex['gaji']['awal'] ?? '-' }} s/d {{ $ex['gaji']['akhir'] ?? '-' }}
Jumlah Bawahan{{ $ex['bawahan']['awal'] ?? '-' }} s/d {{ $ex['bawahan']['akhir'] ?? '-' }}
Alasan Berhenti{{ $ex['alasan_berhenti'] ?? '-' }}
Uraian Tugas{{ $ex['uraian_tugas'] ?? '-' }}
V. LAIN-LAIN
Aktivitas Sosial / Hobby{{ $applicant->other_data['hobbies'] ?? '-' }}
Kontak Darurat{{ $applicant->other_data['emergency_contact_name'] ?? '-' }} (Hubungan: {{ $applicant->other_data['emergency_contact_relation'] ?? '-' }}, No. HP: {{ $applicant->other_data['emergency_contact_phone'] ?? '-' }})
PERTANYAAN YA / TIDAK KETERANGAN
{{ $q['question'] ?? '-' }} {{ $q['answer'] ?? '-' }} {{ $q['note'] ?? '-' }}
Tidak ada data
PERNYATAAN
Dengan ini Saya menyatakan bahwa keterangan yang saya tuliskan dalam "Formulir Data Pribadi Pelamar" adalah sesuai dengan keadaaan sebenarnya. Jika di kemudian hari ternyata terdapat ketidakbenaran, maka saya bertanggung jawab penuh atas akibatnya dan bersedia menerima konsekuensinya sesuai ketentuan yang berlaku.
Tanda Tangan {{ $applicant->other_data['signature_date'] ?? '-' }}




({{ $applicant->other_data['signature_name'] ?? $applicant->full_name }})