@extends('dashboard.master') @section('title', 'Payment Due Details') @push('css') @endpush @section('content')
Payment Due Details

{{ \Carbon\Carbon::parse($month)->format('F: Y') }}

{{-- FILTERS --}}
{{-- TABLE --}}
{{-- --}}
SN Fee Name Amount StatusAction
@push('js') @endpush @endsection