@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')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.