@foreach ($wishlists as $key => $wishlist) @if ($wishlist->product != null)

{{ $wishlist->product->name }}

{{ renderStarRating($wishlist->product->rating) }}
@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) }}
@endif @endforeach
    {{ $wishlists->links() }}