@extends('dashboard.master') @section('title', 'Admission Due') @push('css') {{-- DataTables Core + Buttons CSS (all-in-one) --}} @endpush @section('content')

Admission Due List

Back
{{-- Flash alerts --}} @if (session('success')) @endif @if (session('error')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
SN Student Total Paid Discount Due Action
{{-- Modal: Collect Due --}} @endsection @push('js') {{-- DataTables Core + Buttons (single min bundle) --}} {{-- If you want real PDF export (buttons.pdfHtml5), include pdfmake + vfs --}} {{-- Bootstrap 5 modal (if not already included by layout) --}} @endpush