@for($k=0;$k

Billing Date: 1st-Jan-1970From: 1st-Jan-1970To: 1st-Jan-1970

@foreach($customers[$j]['sales_data'] as $sales) @endforeach
Date Description Quantity(Ltr) Unit Price Line Total(Rs)
{{$sales['date']}} {{$sales['type']}} {{$sales['quantity']}} {{$sales['rate']}} {{round(($sales['quantity']*$sales['rate']),2)}}
Total Bill {{$customers[$j]['total_bill']}}
Total Discount {{$customers[$j]['discount']}}
{{$str}} {{$customers[$j]['due_bill']}}
Previous Payable {{$prev_due}}
Total Payable {{$customers[$j]['previous_due']+$temp_due}}
@if($j

Billing Date: 1st-Jan-1970From: 1st-Jan-1970To: 1st-Jan-1970

@foreach($customers[$j]['sales_data'] as $sales) @endforeach
Date Description Quantity(Ltr) Unit Price Line Total(Rs)
{{$sales['date']}} {{$sales['type']}} {{$sales['quantity']}} {{$sales['rate']}} {{round(($sales['quantity']*$sales['rate']),2)}}
Total Bill {{$customers[$j]['total_bill']}}
Total Discount {{$customers[$j]['discount']}}
{{$str}} {{$customers[$j]['due_bill']}}
Previous Payable {{$prev_due}}
Total Payable {{$customers[$j]['previous_due']+$temp_due}}
@endif
@endfor