{{ $configuration?->title }}
{{ $configuration?->address }}
Website : www.pepi.ac.id / e-mail : {{ $configuration?->email }}


KARTU RENCANA STUDI MAHASISWA

Nama Mahasiswa : {{ $student?->name }}
NIM : {{ $student?->nim }}
IP Semester Sebelumnya : {{ $previousIPS }}
Program : Diploma 3/D-III
Program Studi : {{ $student?->prodi?->title }}
Semester : {{ $student?->level . ' (' . semester_text($student?->level ?? 0) . ')' }}
Tahun Akademik : {{ $krs?->period?->title }}
@php $total_sks = 0; @endphp @foreach ($krs->krs_items ?? [] as $key => $item) @php $total_sks += ($item->subject?->total_sks ?? 0) @endphp @endforeach
No Kode MK Nama Mata Kuliah Tipe SKS Status MK Keterangan
{{ $key + 1 }} {{ $item->subject?->code }} {{ $item->subject?->title }} {{ ucwords($item->subject?->type) }} {{ $item->subject?->total_sks }} Wajib
Jumlah SKS {{ $total_sks }}
Disetujui oleh : Pembimbing Akademik {{ $studentCounselor?->teacher?->name }} NIP. {{ $studentCounselor?->teacher?->nip }}
Tangerang, {{ $today }} Mahasiswa {{$configuration->direktur_name}} NIM. {{$configuration->direktur_nidn}}
Mengetahui : Ketua Program Studi {{ $headOfProdi?->name }} {{ $headOfProdi?->teacher?->name }} NIP. {{ $headOfProdi?->teacher?->nip }}