@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

{{ langConverter($item->products->en_Product_Name,$item->products->fr_Product_Name) }}

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