@extends('layouts.cashier') @section('title','Cashier Dashboard') @section('breadcrumb')
Today's Collection
This Month
Total Collected
Total Receipts
| Receipt | Student | Amount | Mode | Date |
|---|---|---|---|---|
| {{ $p->receipt_no }} | {{ optional($p->student)->name }} | ₹{{ number_format($p->amount_paid, 0) }} | {{ $p->payment_mode }} | {{ $p->payment_date->format('d M Y') }} |
| No payments yet. | ||||