| No | Item Code | Pricelist Code | Price |
|---|---|---|---|
| {{ $loop->iteration }} | |||
| {{ $loop->iteration }} | {{ $item['item_code'] }} | {{ $item['pricelist_code'] }} | {{ $item['price'] }} |
| No | Item Code @if ($sortColumn === 'item_code') @endif | Item Name | Price @if ($sortColumn === 'price') @endif | Action |
|---|---|---|---|---|
| {{ ($itemPricelists->currentPage() - 1) * $itemPricelists->perPage() + $loop->iteration }} | {{ $item->item_code }} | {{ $item->item_name }} | {{ number_format($item->price, 0, ',', '.') }} |
|