2 - 4 day(s)
Cash on Delivery Available
7 Days Returns
Change of mind is not applicable
{{ $product->warranty ?? 'Warranty Not Available' }}
| Feature / Specification | Details |
|---|---|
| Brand | {{ $product->brand ?? 'No Brand' }} @if(!empty($product->brand) && $product->brand !== 'No Brand') Verified @endif |
| Product Code / SKU | {{ $product->sku ?? ('PRD-' . $product->id) }} |
| Category | {{ $product->category->name }} |
| Warranty Service | {{ $product->warranty ?? '1 Year Official Warranty' }} |
| Stock Availability | @if($product->stock > 0) In Stock ({{ $product->stock }} Units Available) @else Out of Stock @endif |
| Available Colors | {{ implode(', ', $product->colors) }} |
| Available Sizes | {{ implode(', ', $product->sizes) }} |
{{ $qa->question }}
{{ $qa->answer }}
Verified Store AdminNo questions asked yet. Be the first to ask!
@endif