@php $p = $product; $primaryImage = asset($p->publicImagePath()); $hoverImagePath = collect($p->publicGalleryPaths())->skip(1)->first(); @endphp