There are {{ $wishlists->count() }} {{ str_plural('items', $wishlists->count()) }} on your wishlist.
Wishlist | Price | |
---|---|---|
@if ($product->images->count())
@if ($product->deleted_at)
{{ $product->name }}
Unavailable
@else
{{ $product->name }}
@endif
|
MYR @if ($product->discounted_price > 0){{ $product->discounted_price }}@else{{ $product->unit_price }}@endif
@if ($product->discounted_price > 0)
|