@forelse($wishlist_product as $product)
{{ $product->product->product_name ?? '' }}
{!! \Illuminate\Support\Str::limit(strip_tags($product->product->description), 80, '...') !!}
${{ $product->product->product_price ?? '' }}
@empty
No Wishlist Product
@endforelse