@foreach ($stockItems as $stockItem) @endforeach
# Item Code Item Name Image Item Selling Price Stock
{{ $loop->iteration }} {{ $stockItem->item_code }} {{ $stockItem->name }} No Image {{ $stockItem->price }} {{ $stockItem->stock }}