@endif
{{ Str::limit($product->name, 40) }}
৳{{ number_format($product->price, 2) }}
@if($product->mrp_price)
৳{{ number_format($product->mrp_price, 2) }}
@endif
{{ $product->pv ?? $product->pv_value ?? 0 }} PV
{{ $product->stock_quantity > 0 ? 'In Stock' : 'Out of Stock' }}
{{ $product->sales_count ?? 0 }} sold
View Details
@if($product->stock_quantity > 0)
@else
@endif