@extends('layouts.app') @section('title', 'Bulk Upload Grades - {{ $subject->name }} | {{ $class->name }}') @section('sidebar-menu') @include('teacher.partials.sidebar') @endsection @section('content')
📤 Bulk Upload Grades - {{ $class->name }} | {{ $subject->name }} ← Back to Manual Entry
Instructions:
  • Download the template CSV file below
  • Fill in the scores for each student (0-100)
  • Remarks are optional
  • Upload the completed file back here
  • Supported formats: CSV, Excel (.xlsx, .xls)
Step 1: Download Template

Get the CSV template with your student list

Download Template
Step 2: Upload Completed File

Upload the filled template with grades

@csrf
Max file size: 2MB
@push('scripts') @endpush @endsection