| # | Products | Desc | Issue | Return | Sell | Price | Net Price | @if (count($vat_tax)>0)VAT {{ implode(' - ', $vat_tax->pluck('name')->toArray()) }} |
Total | @endif|||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Unit | Qty | Unit | Qty | Unit | Qty | |||||||
| {{ $i }} | {{ $item->product->name_eng }} | {{ $item->description }} | {{-- Issue --}}{{ ($item->product->primaryUnit ? $item->product->primaryUnit->name : '') }} | {{ number_format((($item->quantity+$item->allocated_qty)/$item->unit_qty), 2) }} | {{-- Return --}}{{ ($item->product->primaryUnit ? $item->product->primaryUnit->name : '') }} | {{ number_format(($item->allocated_qty/$item->order_qty), 2) }} | {{-- Sell --}}||||||