@extends('admin.layouts.master') @section('title', 'Perangkingan Akhir') @section('content')
| Rank | Nama Peserta | CUnorm | PInorm | BInorm | Total SAW | Aksi |
|---|---|---|---|---|---|---|
| {{ $row->rank }} | {{ $row->peserta->nama_pt ?? $row->peserta->user->name }} | {{ number_format($row->norm['CU'], 4) }} | {{ number_format($row->norm['PI'], 4) }} | {{ number_format($row->norm['BI'], 4) }} | {{ number_format($row->computed_total, 4) }} | |
| Belum ada data penilaian. | ||||||
| Peserta | @foreach (['CU', 'PI', 'BI'] as $k){{ $k }}norm | {{ $k }}×{{ number_format($bobot[$k], 2) }} | @endforeach
|---|---|---|
| {{ $row['peserta'] }} | @foreach (['CU', 'PI', 'BI'] as $k){{ number_format($row['norm'][$k], 4) }} | {{ number_format($row['weighted'][$k], 4) }} | @endforeach