{{$index + 1}} |
{{$req->invoiceNo}} |
{{$Controller::dateFormatter($req->billingDate)}} |
@if(isset($req->billingDetails[0]->productItem))
{{$req->billingDetails[0]->productItem->type}}
@endif
|
{{number_format($req->netPayable, 2), 2}} |
{{number_format(($req->netPayable - $req->totalDue), 2), 2}} |
{{number_format($req->totalDue, 2), 2}} |
@endforeach
Total = |
{{number_format($data->invoiceDetailsReportObj->totalSum, 2), 2}} |
{{number_format($data->invoiceDetailsReportObj->totalPaidSum, 2), 2}} |
{{number_format($data->invoiceDetailsReportObj->totalDueSum, 2), 2}} |