@lang('messages.WISHLIST')
@if (count($wishlist) > 0){{ $item['product']['name'] }}
@if ($isInSale)
{{ Helper::formatAsCurrency($item['product']['regularPrice']) }}
{{ Helper::formatAsCurrency($item['product']['salePrice']) }}