Expense By Contact
{{ucfirst($business_name)}}
{{ucfirst($supplier_name)}}
From {{date("d M Y",strtotime($from))}} till {{date("d M Y",strtotime($to))}} 2019
@foreach($purchase_details as $item) @endforeach
Serial Invoice Date Net VAT Discount Paid Balance
{{$i}} {{$item->invoice_no}} {{date("D m Y",strtotime($item->date))}} {{number_format($item->net,$decimal_point)}} {{number_format($item->vat,$decimal_point)}} {{number_format($item->discount,$decimal_point)}} {{number_format($item->total_credit,$decimal_point)}} {{number_format($balance,$decimal_point)}}
 
  {{number_format($total_net,$decimal_point)}} {{number_format($total_vat,$decimal_point)}} {{number_format($total_discount,$decimal_point)}} {{number_format($total_paid,$decimal_point)}} {{number_format($total_balance,$decimal_point)}}