@if($product->mrp_price > $product->price)
@php
$discount = round((($product->mrp_price - $product->price) / $product->mrp_price) * 100);
@endphp
-{{ $discount }}%
@endif
@if($product->image)
 }})
@else
@endif
{{ Str::limit($product->name, 50) }}
৳{{ number_format($product->price, 0) }}
@if($product->mrp_price > $product->price)
৳{{ number_format($product->mrp_price, 0) }}
@endif
{{ $product->pv ?? $product->pv_value ?? 0 }} PV
{{ $product->stock_quantity > 0 ? $product->stock_quantity . ' in stock' : 'Out of stock' }}
View Details
@if($product->stock_quantity > 0)
@else
@endif