@extends('layouts.app') @section('title','Evaluate '.$project->project_code) @section('content')
@csrf
{{ $rubric->name }}100% total
@foreach($rubric->criteria as $criterion)@php($existing=old('scores.'.$criterion->id,$evaluation->scores->firstWhere('rubric_criterion_id',$criterion->id)?->raw_score))

{{ $criterion->description }}

Weightage: {{ number_format((float)$criterion->weightage,2) }}%
@endforeach
@endsection