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


TRANSKRIP NILAI
{{ $period?->title }}

Semester : {{ uc_words(isset($data[0]) ? $data[0]?->semester : Auth::user()?->level) }} Program Studi : {{ Auth::user()?->prodi?->title }}
NIM : {{ Auth::user()?->nim }} Nama : {{ Auth::user()?->name }}
Pembimibing Akademik : {{ Auth::user()?->academic_counselor?->teacher?->name }}
@php $total_sks = 0; $total_kn = 0; @endphp @foreach ($data as $key => $item) @php $total_sks += $item?->subject_total_sks; $total_kn += $item?->weight_value; @endphp @endforeach
No. NAMA MATA KULIAH KODE SKS NILAI AKHIR Ket
HM NM KN
{{ $key + 1 }} {{ $item?->subject_title }} {{ $item?->subject_code }} {{ $item?->subject_total_sks }} {{ $item?->score_grade }} {{ $item?->quality_value }} {{ $item?->weight_value }}
Jumlah {{ $total_sks }}     {{ $total_kn }}  
Indeks Prestasi
{{-- {{ number_format((($total_kn ?? 1) / ($total_sks ?? 1)), 2, ',') }} --}} {{ $total_kn == 0 ? 0 : number_format($total_kn / $total_sks, 2, ',') }}
Beban SKS Maks Smt. Mendatang
{{ $incomingTotalSks }}
Tangerang, {{ $today }} {{ $headOfProdi?->name }} {{ $headOfProdi?->teacher?->name }} NIDN. {{ $headOfProdi?->teacher?->nidn }}
{{--
--}}