@extends('layouts.app') @section('title', 'My Wishlist') @section('content')
{{ $item->product->brand?->name ?? 'Unknown Brand' }}
{{ \App\Support\Currency::symbol() }}{{ number_format($item->product->price, 2) }} @if($item->product->isOnSale()) {{ \App\Support\Currency::symbol() }}{{ number_format($item->product->compare_at_price, 2) }} @endifBrowse products and click the heart icon to save items you love.
Browse Products