@extends('layouts.guest-landing') @section('title', 'Wishlist for Campaign: ' . $campaign->title) @section('content')
{{ $campaign->description }}
@endif {{-- Display associated address clearly --}} @if ($campaign->shippingAddress)Note: No shipping address is set for this campaign. Products cannot be added to cart.
@endifASIN: {{ $product->asin ?? 'N/A' }}
@if (isset($product->price) && is_numeric($product->price))Price: ${{ number_format($product->price, 2) }}
@endifNo specific products listed for this campaign's wishlist yet.
@endif