@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
@push('scripts')
@endpush
@endsection