{!! $print['head'] !!}
@foreach ($sales['invoices'] as $key => $sale) @endforeach
# Customer Name Phone Source Courier Date Qty Grand Total Disc Other Chrg. Net Total
{{ ++$key }} {{ $sale['route_name'] ?? '' }} {{ $sale->ref_invoice ?? '' }} {{ $sale->costCenter->name ?? '' }} {{ $sale->inv_group_id ?? '' }} {{ date("d-m-Y", strtotime($sale->date)) }} {{ $sale->quantity ?? '' }} {{ $sale->grand_total ?? '' }} {{ $sale->dc_amount ?? '' }} {{ $sale->other_charge ?? '' }} {{ $sale->net_total ?? '' }}
{!! $print['foot'] !!}