Payment History
@if(session('error'))
{{ session('error') }}
@endif
| SLNo | Received Date | Transaction No | Fee Amount | Discount | Net Amount | Credit | Balance | Receipt |
|---|---|---|---|---|---|---|---|---|
| No items found. | ||||||||
| {{$key+1}} | {{\Carbon\Carbon::parse($payment['rec_date'])->format('d/m/Y')}} | {{$payment['neft_upi_no']}} | {{$payment['fee_amount']}} | {{$payment['discount']}} | {{$payment['net_amount']}} | {{$payment['credit']}} | {{$payment['Balance']}} | Receipt |
| No items found. | ||||||||