@php $p = $product; $primaryImage = asset($p->publicImagePath()); $hoverImagePath = collect($p->publicGalleryPaths())->skip(1)->first(); @endphp
{{ $p->name }} @if(!empty($p->sale_percent)) {{ $p->sale_percent }}% OFF @endif

{{ $p->name }}

Rs {{ number_format($p->price, 0) }} @if(!empty($p->original_price) && $p->original_price > $p->price) Rs {{ number_format($p->original_price, 0) }} @endif