Store ← সব পণ্য
{{ $product->name }}
In stock

{{ $product->name }}

SKU: {{ $product->sku }}
{{ number_format($product->effectivePrice(), 0) }} effectivePrice() >= (float)$product->regular_price) style="display:none" @endif> ৳{{ number_format((float)$product->regular_price, 0) }}
{!! $product->short_description ?: 'পণ্যটি সরাসরি অর্ডার করতে নিচের Buy Now বাটনে ক্লিক করুন।' !!}
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf @if($product->has_variants)
@endif