@if ($product->discountPrice ?? false)
SAVE Tk {{ number_format($product->discountPrice - $product->price, 2) }}
@endif
{{ $product->name }}
Category: {{ $product->category ? $product->category->name : 'General' }}
@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.