@extends('layout.template') @section('title','Cusella Home Furnishing | Curtains, Sofas, Wallpapers & Interior Solutions') @section('content')
@foreach($banners as $banner)
@endforeach

Products Category

@foreach($categories as $cat) @endforeach

Flash sale

@foreach($flashProducts as $tagId => $productsData) @foreach($productsData['data'] ?? [] as $product)
{{ $product['offer_percent'] }}%

{{ $product['name'] }}

₹{{ $product['price'] }} ₹{{ $product['offer_price'] }}
@endforeach @endforeach
@foreach($tags as $tag)
@foreach($flashProducts[$tag['id']]['data'] ?? [] as $product)

{{ $product['name'] }}

₹{{ $product['price'] }} ₹{{ $product['offer_price'] }}
@endforeach
@endforeach
@if($video)

{{$video['title']}}

{{$video['subtitle']}}

Cusella Soft Furnishing LLP specializes in premium curtains, fabrics, wallpapers, sofas, mattresses, and luxury accessories designed to elevate modern living spaces.

With a commitment to quality, craftsmanship, and elegant aesthetics, Cusella delivers tailored solutions that blend comfort with sophistication. Our mission is simple — Tailored To Shine.

@endif

{{ $explore['title'] ?? '' }}

{{ $explore['subtitle'] ?? '' }}

@if(!empty($explore['subcategories'])) @foreach($explore['subcategories'] as $item) @endforeach @endif

Best seller

@foreach($bestCategories as $index => $cat) @php $products = $bestProducts[$cat['id']]['data'] ?? []; @endphp
@forelse($products as $product)
{{ $product['offer_percent'] }}%

{{ $product['name'] }}

₹{{ $product['price'] }} ₹{{ $product['offer_price'] }}
@empty

No products found

@endforelse
@endforeach

Featured In

@foreach($brands as $brand) @endforeach
@endsection