Your Wishlist

There are {{ $wishlists->count() }} {{ str_plural('items', $wishlists->count()) }} on your wishlist.

@if ($wishlists->count() > 0)
@foreach ($wishlists as $wishlist) @php $product = $wishlist->product @endphp @endforeach
Wishlist Price
@if ($product->images->count()) {{ $product->name }} @endif
@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) MYR {{ $product->unit_price }} @endif
@endif
@include('partials.customer_sidebar')