@extends('layouts.app') @section('title', 'Class Allocation') @section('content')

Class Allocation

Bulk-move students from one class arm to another (e.g. splitting an oversized arm, or assigning new registrations). Select students on the target roster and submit — each posts to PATCH /api/students/{id} with the new class_arm_id.

@endsection