Wishlist

@foreach ($wishlist as $item) @endforeach
No Product Stock action
{{ ++$loop->index }}
{{ $item->product->name }} @if ($item->product->quantity > 0)
In Stock
@else
Out of Stock
@endif
View Product