@if ($product->discount_percentage > 0)
-{{ $product->discount_percentage }}%
@endif
@if ($product->image)
@else
@endif
{{ $product->name }}
@if ($product->compare_price > $product->price)
৳{{ number_format($product->price, 2) }}
৳{{ number_format($product->compare_price, 2) }}
@else
৳{{ number_format($product->price, 2) }}
@endif
No products available at the moment.