{{-- resources/views/admin/partials/selection_detail.blade.php --}}
| Skor | ||
|---|---|---|
| {{ number_format($cu->skor, 4) }} | ||
| Tidak ada CU terpilih. | ||
Total Skor CU: {{ number_format($totalSkorCU, 4) }}
Skor Maksimal: {{ number_format($maxSkorCU, 4) }}
Normalisasi: {{ number_format($norm, 4) }}
--}}