NIM

{{ $student?->nim }}

Nama Mahasiswa

{{ $student?->name }}

Status Mahasiswa

{{ ucwords($student?->status) }}

Program Studi

{{ $student?->prodi_title }}

Angkatan

{{ $student?->generation }}

Pembimbing Akademik

{{ $student?->academic_counselor?->teacher?->name }}

Tahun Kurikulum

{{ $student?->curriculum_title }}

Semester / IPK Lulus

{{ $student?->level }}/{{ $ips }}