@if($product->main_image) @endif
{{ $product->title }}
৳{{ number_format($product->displayPrice(), 0) }} @if($product->discount_price) ৳{{ number_format($product->price, 0) }} @endif
@if(!$product->inStock())Out of stock@endif