{{ translate('Wishlist')}}
@foreach ($wishlists as $key => $wishlist)
@if ($wishlist->product != null)
@endif
@endforeach
{{ $wishlist->product->name }}
@if(home_base_price($wishlist->product->id) != home_discounted_base_price($wishlist->product->id))
{{ home_base_price($wishlist->product->id) }}
@endif
{{ home_discounted_base_price($wishlist->product->id) }}
-
{{ $wishlists->links() }}