@if(!empty($fetch_index_meta_tag[0]->ecom_seo_meta_keywords)) @endif @if(!empty($fetch_index_meta_tag[0]->ecom_meta_des)) @endif
@include('layouts.header')
@if (!empty($fetch_main_banner)) @foreach ($fetch_main_banner as $banner) @endforeach @endif
@if (!empty($fetch_main_banner)) @foreach ($fetch_main_banner as $banner) Slide Thumb @endforeach @endif

Fast Shipping & Returns

For all orders

Secure Payment

We ensure secure payment

Money Back Guarantee

Any back within 30 days

Customer Support

Call or email us 24/7

Crafts in all categories at the lowest price! Crafts starting at Rs. 29/-! Directly from Indian artisans! Express Delivery in 3 Days Available! Crafts in all categories at the lowest price! Crafts starting at Rs. 29/-! Express Delivery in 3 Days Available! Directly from Indian artisans! Express Delivery in 3 Days Available! Crafts in all categories at the lowest price!

Latest Offers

Flat 10% OFF

Use Code: UTHHAN

Get ₹50 Off on Craft Shopping Above ₹500!

Use Code: Not required

Shop for Every Occasion

Crafts Starting at Rs. 29/-

Crafts Starting From Rs. 29/-

Shop Now
Crafts Starting at Rs. 100/-

Crafts Starting From Rs. 100/-

Shop Now
Crafts Starting at Rs. 500/-

Crafts Starting From Rs. 500/-

Shop Now

Others Categories

@if ($featured_product_all != null) @foreach ($featured_product_all as $feature) @php // Safe defaults to avoid null errors $selling = $feature->selling_price ?? 0; $gst = $feature->gst ?? 0; $mrp = $feature->mrp ?? 0; // Calculate selling price safely $sellingPrice = $selling > 0 ? round(((($selling * 110) / 100) * ($gst + 100)) / 100) : 0; // Discount calculation $dis = $mrp - $sellingPrice; $disper = ($mrp > 0 && $dis > 0) ? round(($dis / $mrp) * 100) : 0; // Rating percentage $avg_rating_per = $feature->product_rating_average ? (($feature->product_rating_average / 5) * 100) : 0; @endphp
Product Product
@if ($disper > 0)
@endif

{{ $feature->product_name }}

@if ($avg_rating_per > 0)
@endif
{{ $sellingPrice }}
@endforeach @endif
@if ($recent_product != null) @foreach ($recent_product as $recent) @php // Safe defaults + cast to float $selling = (float) ($recent->selling_price ?? 0); $gst = (float) ($recent->gst ?? 0); $mrp = (float) ($recent->mrp ?? 0); // Calculate selling price $sellingPrice = $selling > 0 ? round(((($selling * 110) / 100) * ($gst + 100)) / 100) : 0; // Discount calculation $dis = $mrp - $sellingPrice; $disper = ($mrp > 0 && $dis > 0) ? round(($dis / $mrp) * 100) : 0; // Rating percentage $avg_rating_per = $recent->product_rating_average ? (($recent->product_rating_average / 5) * 100) : 0; @endphp
Product
@if ($disper > 0)
@endif

{{ $recent->product_name }}

@if ($avg_rating_per > 0)
@endif
{{ $sellingPrice }}
@endforeach @endif
@if ($express_product_all != null) @foreach ($express_product_all as $express) @php // Cast values to float for safety $selling = (float) ($express->selling_price ?? 0); $gst = (float) ($express->gst ?? 0); $mrp = (float) ($express->mrp ?? 0); // Calculate selling price $sellingprice = $selling > 0 ? round(((($selling * 110) / 100) * ($gst + 100)) / 100) : 0; // Discount calculation $dis = $mrp - $sellingprice; $disper = ($mrp > 0 && $dis > 0) ? round(($dis / $mrp) * 100) : 0; // Rating percentage $avg_rating_per = $express->product_rating_average ? (($express->product_rating_average / 5) * 100) : 0; @endphp
Product
@if ($disper > 0)
@endif

{{ $express->product_name }}

@if ($avg_rating_per > 0)
@endif
{{ $sellingprice }}
@endforeach @endif
@if ($recentviewedList != '') :
@foreach ($recentviewedList as $rect) @endforeach
@else @endif
@include('layouts.footer') @include('layouts.sticky-footer') @include('layouts.mobile-menu')