@props([ 'name' => '', 'price' => null, 'image' => null, 'href' => '#', ]) {{-- data-turbo-frame="_top" on the links: this card renders inside the category page's , so without it a click would try to load the product page *into* that frame, not find a matching frame, and fail with "content missing". It's a no-op anywhere there's no frame (homepage grids, related products). --}}
{{ $name }} @if($price !== null) @endif