| {{ $brand }} Sales Report |
|---|
| Period : {{ $period }} |
| {{ __('Company') }} | {{ __('Store') }} | {{ __('Date') }} | {{ __('ItemCode') }} | {{ __('CodeBars') }} | {{ __('ItemName') }} | {{ __('Qty') }} | {{ __('Gross') }} | {{ __('Disc') }} | {{ __('Nett') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->company }} | {{ $item->whs }} | {{ \Carbon\Carbon::parse($item->date)->format('d/m/Y') }} | {{ $item->code }} | {{ $item->barcode }} | {{ $item->name }} | {{ $item->qty }} | {{ $item->gross }} | {{ $item->disc }} | {{ $item->nett }} |
| Total | {{ $total_qty }} | {{ $total_gross }} | {{ $total_disc }} | {{ $total_nett }} | |||||