@extends('layouts.app') @section('title', 'Generate Invoices | Institution Axis') @section('sidebar-menu') @include('schooladmin.partials.sidebar') @endsection @section('sidebar-footer')

{{ auth()->user()->school?->name ?? 'Institution Axis' }}

@endsection @section('breadcrumb') Home / Finance / Invoices / Generate Bulk @endsection @section('content')
Bulk Invoice Generation
How it works

Select a class and term. The system will automatically generate invoices for all students in that class using the configured Fee Structure. It will skip students who already have an invoice for the selected term.

@csrf
@error('school_class_id')
{{ $message }}
@enderror
@error('term')
{{ $message }}
@enderror
@error('due_date')
{{ $message }}
@enderror
Cancel
@endsection