@php($evaluation = $project->evaluations->firstWhere('panel_id', $assignment->panel_id))
| Criterion | Raw score | Maximum | Weightage | Weighted score |
|---|---|---|---|---|
| {{ $score->criterion?->name ?? 'Deleted criterion' }} | {{ number_format((float) $score->raw_score, 2) }} | {{ number_format((float) ($score->criterion?->max_score ?? 0), 2) }} | {{ number_format((float) ($score->criterion?->weightage ?? 0), 2) }}% | {{ number_format((float) $score->weighted_score, 2) }} |
Panel Evaluation Comment
Score Justification