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


KARTU HASIL STUDI (KHS)

Tingkat : {{ tingkat($semester) }}
SEMESTER : {{ romanNumber($semester) }}
TAHUN AKADEMIK : {{$period->title??''}}
Nama : {{ Auth::user()?->name }}
NIM : {{ Auth::user()?->nim }}
Program Studi : {{ Auth::user()?->prodi?->title }}
@php $total_sks = 0; $total_sks_theory = 0; $total_sks_practice = 0; $total_score_theory = 0; $total_score_practice = 0; $total_score = 0; @endphp @forelse ($data as $key => $item) @php $total_sks += ($item['theory']['subject_sks'] + $item['practice']['subject_sks']); $total_sks_theory += $item['theory']['subject_sks']; $total_sks_practice += $item['practice']['subject_sks']; $total_score_theory += $item['theory']['total_score_theory']; $total_score_practice += $item['practice']['total_score_practice']; $total_score += $item['total_score']; @endphp @empty @endforelse @if($data) @endif
No Kode Nama Mata Kuliah SKS Jumlah Nilai Mutu Jumlah (SKS x Nilai)
Teori Praktik Teori Praktik
Huruf Angka Huruf Angka
{{ $key + 1 }} {{ $item['subject_code'] }} {{ $item['subject_title'] }} {{ $item['theory']['subject_sks'] }} {{ $item['practice']['subject_sks'] }} {{ $item['total_sks'] }} {{ $item['theory']['alphabet_score'] }} {{ number_format($item['theory']['total_score_theory'], 2) }} {{ $item['practice']['alphabet_score'] }} {{ number_format($item['practice']['total_score_practice'], 2) }} {{ number_format($item['total_score'], 2) }}
Tidak ada nilai yang diumumkan pada semester ini
Jumlah {{ $total_sks_theory }} {{ $total_sks_practice }} {{ $total_sks }} {{ number_format($total_score_theory, 2) }} {{ number_format($total_score_practice, 2) }} {{ number_format($total_score, 2) }}
Indeks Prestasi Semester (IPS) {{ romanNumber($semester) }} @if($total_score != 0) {{ number_format($total_score / $total_sks, 2) }} @else 0.00 @endif
Indeks Prestasi Kumulatif
@if($total_score != 0) {{ number_format($total_score / $total_sks, 2) }} @else 0.00 @endif
Nilai Kepribadian @foreach ($scorePersonalities as $key => $item) @endforeach
No Unsur yang Dinilai Huruf Mutu
{{ $key + 1 }} {{ $item->personality?->title }} {{ $item->alpha_score }}
Keterangan

SKS : Satuan Kredit Semester
@forelse ($scoreBobot as $key => $item) @empty @endforelse
No Huruf Mutu Bobot Angka
{{ $key + 1 }} {{ $item->title }} = {{ $item->mutu }}
Tidak ada nilai yang diumumkan pada semester ini
Tangerang, {{ $today }} {{ $headOfProdi?->name }} {{ $configuration?->direktur_name }} NIDN. {{ $configuration?->direktur_nidn }}
{{--
--}}