Online Collection
Millennium Computers And Networking
Online Collection
From {{$start_date}} To {{$end_date}}
@php
$count = 1;
$ttotal= 0;
@endphp
| Sl | Client ID | Client Name | Date | MR NO | Amount |
|---|---|---|---|---|---|
| {{ $count++ }} | {{ $cust_invoice->user_id }} | {{ $cust_invoice->customer_name }} | {{ $cust_invoice->advrec_date }} | {{ $cust_invoice->money_receipt }} | @php if($cust_invoice->adv_rec != 0) { $amount=$cust_invoice->adv_rec; }else { $amount=$cust_invoice->coll_amount; } @endphp {{ $amount }} |
| Total | 0.00 | ||||