{{-- Inject data directly into Alpine for instant loading --}}

{{ __('Manage student invoices and payments') }}

{{ __('Create Invoice') }}
{{-- Flash Messages --}} @if(session('success'))
{{ session('success') }}
@endif {{-- KPI Cards (Rendered immediately by Blade) --}} {{-- Filters --}}
{{-- Invoice Table --}}
{{-- Empty State --}}
{{ __('Invoice #') }} {{ __('Student') }} {{ __('Amount') }} {{ __('Balance') }} {{ __('Status') }} {{ __('Due Date') }} {{ __('Actions') }}
{{-- Pagination --}}
{{-- Batch Generate Invoices Modal --}}
@csrf
{{ __('Generate invoices for all students with active fee assignments. Invoices will be created as drafts.') }}
{{-- Lightweight Alpine logic to handle the client-side table rendering --}}