Payment History

@if(is_null($payments)) @elseif(count($payments) > 0) @foreach($payments as $key=>$payment) @endforeach @else @endif
SLNo Received Date Transaction No Fee Amount Discount Net Amount Credit Balance
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']}}
No items found.