@extends('layout.template') @section('title','Cusella Home Furnishing | Curtains, Sofas, Wallpapers & Interior Solutions') @section('content')
{{ $product['description'] }}
@endifThe {{ $product['name'] }} from our {{ $product['category']['name'] ?? '' }} collection is designed to deliver superior comfort and durability.
Ideal for {{ implode(', ', $product['rooms'] ?? []) }}, this product ensures quality performance and long-lasting support.
@if(!empty($product['warranty_certification']))Comes with {{ $product['warranty_certification'] }} for added peace of mind.
@endif @if(!empty($product['tags']))Tagged as: {{ implode(', ', $product['tags']) }}
@endif| Variant | Inch | Feet | CM |
|---|---|---|---|
| #{{ $size['variant_id'] }} | {{ $size['inch'] }} | {{ $size['ft'] }} | {{ $size['cm'] }} |
{{ implode(', ', $mattressConfig['thickness']) }} inches
@endif @if($product['category']['slug'] != 'mattress') @php $variant = $variants[0] ?? null; function cmToInch($cm) { return $cm ? round($cm / 2.54, 2) : 0; } @endphp @if(!empty($variant['dimensions']))| Dimension | CM | Inches |
|---|---|---|
| Length | {{ $variant['dimensions']['length'] ?? 0 }} | {{ cmToInch($variant['dimensions']['length'] ?? 0) }} |
| Width | {{ $variant['dimensions']['width'] ?? 0 }} | {{ cmToInch($variant['dimensions']['width'] ?? 0) }} |
| Height | {{ $variant['dimensions']['height'] ?? 0 }} | {{ cmToInch($variant['dimensions']['height'] ?? 0) }} |
No measurement data available.
@endif @endifThe {{ $product['name'] }} is crafted with high-quality materials to ensure durability and long-lasting performance.
Designed for {{ implode(', ', $product['rooms'] ?? []) }}, it offers both comfort and style, making it a perfect addition to your space.
Built with premium finishing and attention to detail, this product is ideal for everyday use.
@endif
{{ $review['review'] }}
Be the first to review this product
Your email address will not be published. Required fields are marked *