@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif
INVOICE RECEIVABLE
Customer Registration No : {{$data->data->customerRegNo}}
Customer Name : {{$data->data->customerName}}
Phone : {{$data->data->phone}}
@foreach($data->details as $index => $item) @endforeach
SL Invoice No Billing Date Total Amount Payment Method Payment Type Reference No Paid Amount
{{$index + 1}} {{$item->invoiceNo}} {{($Controller::dateFormatter($item->billingDate))}} {{$item->netPayable}} {{$item->paymentMethod}} {{$item->paymentMethodType}} {{$item->referenceNo}} {{$item->payAmount}}