{{ __('Profile') }}

@if(auth()->user()->role === 'siswa')

📋 Biodata Lengkap Siswa PKL

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)) : '-' }}

@csrf @method('patch')
{{ __('Simpan Biodata') }}
@endif
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')