@endif
@if($product->is_new)
@endif
@if($product->is_featured)
@endif
@if($product->is_hot)
@endif
{{ Str::limit($product->name, 30) }}
{{ Str::limit($product->short_description, 60) }}
৳{{ number_format($product->price, 2) }}
@if($product->mrp_price)
৳{{ number_format($product->mrp_price, 2) }}
@endif
{{ $product->pv }} PV
{{ $product->stock_quantity }} in stock
{{ $product->category->name ?? 'Uncategorized' }}