@extends('schoolLayout.app')
@section('content')
@include('stdFeeMgt.partialhead')
{{--
--}}
PDF
@include('student.partialDuesStd', [
'students' => $students,
'totalDebit' => $totalDebit,
'totalCredit' => $totalCredit,
])
Showing {{ $students->firstItem() }} to {{ $students->lastItem() }} of {{ $students->total() }} results
{{ $students->appends(request()->query())->onEachSide(1)->links('pagination::tailwind') }}
@endsection