@extends('layouts.app') @section('title', 'Bulk Marks Entry') @section('page-title', 'Bulk Marks Entry') @section('content')
Upload marks for an entire class using an Excel template.
Back to ExamsSome rows had issues:
No exams found. Create an exam first before uploading marks.
Create ExamDownload — Template pre-filled with student names for the selected exam
Fill In — Enter marks in the "Marks Obtained" column. Mark absent students with "yes"
Upload — Grades are auto-calculated. Existing marks will be updated with audit trail
| Exam | Subject | Class | Max Marks | Entries | Date |
|---|---|---|---|---|---|
| {{ $exam->name }} | {{ $exam->subject?->name ?? '—' }} | {{ $exam->class_?->full_name ?? '—' }} | {{ $exam->total_marks }} | {{ $exam->marks->count() }} | {{ $exam->exam_date?->format('d M Y') }} |