@extends('layouts.app') @section('title', 'Evaluate Student - Supervisor') @section('content') @if($existing)
An evaluation already exists (Total: {{ $existing->total_score }} / 100). Submitting again will update the existing record.
@endif
Rubric-Based Evaluation Student: {{ $student->fullname }} ({{ $student->user_id }})
@csrf {{-- Always start blank — supervisor adds rows one by one --}}
No Rubric Points
Total Marks 0 / 0
@if($existing) Print PDF @else @endif Cancel
@push('scripts') @endpush @endsection