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
Shop for Every Occasion
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
@if ($disper > 0)
@endif
@endforeach
@endif
{{ $feature->product_name }}
@if ($avg_rating_per > 0) @endif
{{ $sellingPrice }}
@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
@if ($disper > 0)
@endif
@endforeach
@endif
{{ $recent->product_name }}
@if ($avg_rating_per > 0) @endif
{{ $sellingPrice }}
@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
@if ($disper > 0)
@endif
@endforeach
@endif
{{ $express->product_name }}
@if ($avg_rating_per > 0) @endif
{{ $sellingprice }}
Recently Viewed
More Products
@foreach ($recentviewedList as $rect)
@endforeach