@foreach($wishlist as $item) @endforeach
{{__('Image')}} {{__('Product Name')}} {{__('Price')}} {{__('Action')}} {{__('Remove')}}
product
@if($item->products->ItemTag) {{$item->products->ItemTag}} @endif @if($item->products->Discount ) {{ __('-')}}{{$item->products->Discount}} @endif

{{$item->products->en_Product_Name}}

@foreach($item->products->colors as $color) @endforeach
${{$item->products->Price}} ${{$item->products->Discount_Price}}