@if(file_exists(public_path().'/uploads/product/'.$wishListProduct->product->thumb_image) && !empty($wishListProduct->product->thumb_image))
@else
@endif
|
@if($wishListProduct->product) {{ $wishListProduct->product->name }}@endif
|
@if($wishListProduct->product)
৳
@if(!empty($wishListProduct->product->retail_price_after_discount))
{{ $wishListProduct->product->retail_price_after_discount }}
@else
{{ $wishListProduct->product->retail_price }}
@endif
@endif
|
|
|
|
@endforeach