@extends('layouts.app') @section('title', 'Edit Evaluation - Supervisor') @section('content')
Rubric-Based Evaluation Student: {{ $evaluation->studentDisplayName() }} ({{ $evaluation->student?->user_id ?? 'Deleted account' }})
@csrf @method('PUT') {{-- Always start blank — supervisor adds rows one by one --}}
No Rubric Points
Total Marks 0 / 0
Print PDF Cancel
@push('scripts') @endpush @endsection