@if ($product->discountPrice ?? false)
SAVE Tk {{ number_format($product->discountPrice - $product->price, 2) }}
@endif {{ $product->name }}

{{ $product->name }}

Category: {{ $product->category ? $product->category->name : 'General' }}
(4.5) • 25 reviews
@if ($product->discountPrice ?? false) Tk {{ number_format($product->price, 2) }} Tk {{ number_format($product->discountPrice, 2) }} @else Tk {{ number_format($product->price, 2) }} @endif

{{ $product->name }} - Delicious and fresh! Made with the finest ingredients sourced locally. Perfect for any meal. Experience the authentic taste that has made our restaurant a favorite among food lovers.

John Doe

Absolutely delicious! Highly recommended.

Jane Smith

Great taste and fast delivery.

@if ($relatedProducts->count() > 0) @endif