@foreach($wishlists as $key=>$wishlist) @php($product = $wishlist->productFullInfo) @if( $wishlist->productFullInfo)
{{ translate('wishlist') }} @if(getProductPriceByType(product: $product, type: 'discount', result: 'value') > 0) -{{ getProductPriceByType(product: $product, type: 'discount', result: 'string') }} @endif
@if($brand_setting && $product->product_type != 'digital') {{translate('brand')}} : {{$product->brand ? $product->brand['name'] : ''}} @endif
{{ getProductPriceByType(product: $product, type: 'discounted_unit_price', result: 'string') }} @if(getProductPriceByType(product: $product, type: 'discount', result: 'value') > 0) {{ webCurrencyConverter(amount: $product->unit_price)}} @endif
@else {{ translate('item_removed') }} @endif @endforeach
@if($wishlists->count()==0)
{{ translate('you_have_not_added_product_to_wishlist_yet') }}!
{{ translate('explore_more') }}
@endif