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