| Name: | {{ $product->name }} |
|---|---|
| Category: | {{ optional($product->category)->name ?? 'N/A' }} / {{ optional($product->subcategory)->name ?? 'None' }} |
| Brand: | {{ optional($product->brand)->name ?? 'N/A' }} |
| Status: | {{ $product->is_active ? 'Active' : 'Inactive' }} @if($product->is_new) New @endif @if($product->is_featured) Featured @endif |
| Keywords: | @foreach($product->tags ?? [] as $tag) {{ $tag }} @endforeach |
{{ $product->description ?: 'No description provided.' }}
| Section / Attribute | Specification Value |
|---|---|
| {{ optional($spec->header)->name }} {{ optional($spec->subheader)->name }} | {{ $spec->specification }} |
No specifications defined for this product.
@endif| Variant Name | Original Price | Offer Price | Stock Status |
|---|---|---|---|
| {{ $variant->name }} | ${{ number_format($variant->price, 2) }} | ${{ number_format($variant->final_price ?? $variant->price, 2) }} @if($hasVOffer) ({{ round($variant->final_discount_percentage) }}% off) @endif | {{ $variant->stock ?? 0 }} in stock |
This product does not have any variants.
@endifNo promotional gifts attached.
@endifNo FAQs defined.
@endifNo gallery images found.
@endforelse