@extends('layouts.admin') @section('title', 'Import Students') @section('header-title', 'Bulk Import Students') @section('content')

Bulk Import Students via CSV

← Back

CSV Format

Upload a CSV file with the following columns:

roll_number,name,cnic_or_b_form_number
LHR-2026-001,Ahmed Khan,35202-1234567-1
LHR-2026-002,Sara Ali,35202-7654321-2

The first row can be a header (if it contains "roll_number" it will be skipped). Max file size: 10MB.

@csrf
@error('institute_id')

{{ $message }}

@enderror
@error('class')

{{ $message }}

@enderror
@error('csv_file')

{{ $message }}

@enderror
@endsection