Daily and monthly fee collection analytics
Daily Revenue
{{ \Carbon\Carbon::parse($date)->format('d F, Y') }}
Monthly Total
{{ \Carbon\Carbon::parse($month)->format('F Y') }}
Unpaid Today
Present but not paid
| Grade | Paid | Amount |
|---|---|---|
| {{ $gs->grade }} | {{ $gs->paid_count }} | {{ number_format($gs->paid_amount, 0) }} |
| Student | Grade | Type | Amount |
|---|---|---|---|
|
{{ $payment->student->name }}
|
{{ $payment->student->grade }} | {{ $payment->type }} |
Rs. {{ number_format($payment->amount, 0) }}
|
| No payments recorded for this day. | |||