@include('layouts.header')

True Store, True Products

Authentic store offering genuine, budget friendly,
high quality products you can trust real value and
craftsmanship always delivered.

Shop now

Home Decor

Modern Decor, Maximum Impact

Shop now

Kitchen Ware

Crafted For Kitchens

Shop now

Women Accessories

Elegance For Her

Shop now

Gift Items

Gifts Beyond Ordinary

Shop now

New Products

  • All
  • Handlooms
  • Recycled & Eco-Friendly
  • Paintings
  • Ceramic & Clay
  • Bamboo
{{-- ALL – latest 20 mixed --}} {{-- HANDLOOMS --}}
@if(!empty($recent_handlooms) && count($recent_handlooms)) @foreach($recent_handlooms as $product) @include('partials.home-product-card', ['product' => $product]) @endforeach @else

No Handloom products found.

@endif
{{-- ECO --}}
@if(!empty($recent_eco) && count($recent_eco)) @foreach($recent_eco as $product) @include('partials.home-product-card', ['product' => $product]) @endforeach @else

No Recycled & Eco-Friendly products found.

@endif
{{-- PAINTINGS --}}
@if(!empty($recent_paintings) && count($recent_paintings)) @foreach($recent_paintings as $product) @include('partials.home-product-card', ['product' => $product]) @endforeach @else

No Paintings found.

@endif
{{-- CERAMIC & CLAY --}}
@if(!empty($recent_ceramic_clay) && count($recent_ceramic_clay)) @foreach($recent_ceramic_clay as $product) @include('partials.home-product-card', ['product' => $product]) @endforeach @else

No Ceramic / Clay products found.

@endif
{{-- BAMBOO --}}
@if(!empty($recent_bamboo) && count($recent_bamboo)) @foreach($recent_bamboo as $product) @include('partials.home-product-card', ['product' => $product]) @endforeach @else

No Bamboo products found.

@endif
{{-- CRAFT SPOTLIGHT (product_status = Spotlight) --}}

Craft Spotlight

@forelse(($spotlightProducts ?? collect()) as $product) @php $base = $product->product_amount ?? 0; $price = $base * $rate; if ($currency === 'AED') { $formattedPrice = number_format($price, 2) . ' ' . $symbol; // symbol after } else { $formattedPrice = $symbol . ' ' . number_format($price, 2); // symbol before } @endphp
{{ $product->product_name }}
{{ $formattedPrice }}
@empty

No spotlight products available.

@endforelse
{{-- TRENDING (product_status = Trending) --}}

Trending

@forelse(($trendingProducts ?? collect()) as $product) @php $base = $product->product_amount ?? 0; $price = $base * $rate; if ($currency === 'AED') { $formattedPrice = number_format($price, 2) . ' ' . $symbol; } else { $formattedPrice = $symbol . ' ' . number_format($price, 2); } @endphp
{{ $product->product_name }}
{{ $formattedPrice }}
@empty

No trending products available.

@endforelse
{{-- FEATURED (product_status = Featured) --}}

Featured

@forelse(($featuredProducts ?? collect()) as $product) @php $base = $product->product_amount ?? 0; $price = $base * $rate; if ($currency === 'AED') { $formattedPrice = number_format($price, 2) . ' ' . $symbol; } else { $formattedPrice = $symbol . ' ' . number_format($price, 2); } @endphp
{{ $product->product_name }}
{{ $formattedPrice }}
@empty

No featured products available.

@endforelse
Craft Story

From Village Hands
To Modern Homes

Uthhan connects you directly with Indian artisans creating metal, bamboo, clay, jute, wood, terracotta and more each piece tells a story of skill, culture and livelihood.

A
Artisans of Uthhan

50000+ verified artisan families across India

Metal Crafts Bamboo Weaves Clay & Terracotta Jute & Kauna Grass
Explore Handmade Crafts →
Authentic Crafts

Artisans Define Quality

Money Back Guarantee

If good have Problems

Online Support 24/7

Dedicated support

Payment Secure

100% secure payment

@include('layouts.footer')
+