Payment Collection Details |
Collect Date | : | @if(isset($data->collectDate)) {{$Controller::dateFormatter($data->collectDate)}} @endif |
Collect Details
|
Collect Details | --}} {{--|||||
SL | Invoice No | Cash | Bank | MFS | Total Amount |
{{$index+1}} | {{$req->invoiceNo}} | {{number_format($req->cash, 2), 2}} | {{number_format($req->card, 2), 2}} | {{number_format($req->mfs, 2), 2}} | {{number_format($req->totalAmount, 2), 2}} |
Total = | {{number_format($data->collectCash, 2), 2}} | {{number_format($data->collectBank, 2), 2}} | {{number_format($data->collectMfs, 2), 2}} | {{number_format($data->collectCash + $data->collectMfs + $data->collectBank, 2), 2}} |
Advance Collect Details
|
Collect Details | --}} {{--|||||
SL | Customer Reg No | Amount | |||
{{$index+1}} | {{$req->details->registrationNo}} | {{number_format($req->details->amount, 2), 2}} | |||
Total = | {{number_format($data->collectAdvance, 2), 2}} |