@if($wishlist->count()> 0) @forelse($wishlist as $item)
Product Image Name Price Product Action
{{$item->product->product_name}} {{$item->product->price}}
@empty

Wishlist Data Not Available

@endforelse
@endif