{!! $print['head'] !!}
| # | Customer Name | Phone | Source | Courier | Date | Qty | Grand Total | Disc | Other Chrg. | Net Total | @foreach ($sales['invoices'] as $key => $sale)
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$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 ?? '' }} |