Silahkan lengkapi data pribadi anda dibawah ini untuk kelengkapan berkas PKL.
Asal Sekolah: {{ auth()->user()->asal_sekolah ?? '-' }}
Departemen LPKIA: {{ auth()->user()->departemen_lpkia ?? '-' }}
Periode PKL: {{ auth()->user()->tanggal_mulai_pkl ? date('d M Y', strtotime(auth()->user()->tanggal_mulai_pkl)) : '-' }} s/d {{ auth()->user()->tanggal_selesai_pkl ? date('d M Y', strtotime(auth()->user()->tanggal_selesai_pkl)) : '-' }}