@if($product->is_featured) Hot @elseif($product->discount_price) -{{ round((($product->price - $product->discount_price) / $product->price) * 100) }}% @endif
{{ $product->name }}
{{ $product->category->name ?? 'Snack' }}

{{ $product->name }}

@for($i = 1; $i <= 5; $i++) @endfor
({{ $product->rating ?? '4.0' }})

By SmartGrocery

${{ $product->discount_price ?? $product->price }} @if($product->discount_price) ${{ $product->price }} @endif
@csrf