@if(request()->has('show_categories'))

All Categories

Explore products by their category.

@else
@if(!request('search') && !request('category')) @php $homeStyle = \App\Models\Setting::getVal('home_layout_style', 'layout_daraz'); @endphp @if($homeStyle === 'layout_modern')
Explore Categories: @foreach($categories as $cat) {{ $cat->name }} @endforeach
@if(!empty($sliderBanners) && count($sliderBanners) > 0)
@endif
@elseif($homeStyle === 'layout_flash_hero')
⚡ FLASH SALE Hurry up! Special mega discounts available on selected items today.
Shop All Deals
@if(!empty($sliderBanners) && count($sliderBanners) > 0)
@endif
@elseif($homeStyle === 'layout_story_bubbles')
@if(!empty($sliderBanners) && count($sliderBanners) > 0)
@endif
@elseif($homeStyle === 'layout_split_promo')
@if(!empty($sliderBanners) && count($sliderBanners) > 0)
@endif
Top Trend

BESTSELLING GADGETS

Shop Collection →
Verified

OFFICIAL WARRANTY

Explore Now →
@elseif($homeStyle === 'layout_minimal')
@if(!empty($sliderBanners) && count($sliderBanners) > 0)
@endif
Top Categories
@foreach($categories->take(6) as $c) {{ $c->name }} {{ $c->products_count ?? 0 }} Items @endforeach
@else
@if(!empty($sliderBanners) && count($sliderBanners) > 0)
@else
Daraz Exclusive

GRAND ONLINE FESTIVAL

Get up to 60% discount & Free Delivery on all featured orders today!

@endif
@endif @endif @if(\App\Models\Setting::getVal('show_special_offers', '0') === '1' && !request('search') && !request('category') && isset($activeLandingPages) && $activeLandingPages->isNotEmpty()) @endif @if(!request('search') && !request('category') && isset($topCategories) && $topCategories->isNotEmpty())

Top Popular Categories

@endif @if(!request('search') && !request('category') && $featuredProducts->isNotEmpty())
Flash Sale
: :
SHOP MORE
@foreach($featuredProducts as $product)
{{ $product->name }} @if($product->discount_price) -{{ round((($product->price - $product->discount_price)/$product->price)*100) }}% @endif
{{ $product->name }}
৳{{ number_format((float)($product->discount_price ?? $product->price), 0) }} @if($product->discount_price) ৳{{ number_format((float)$product->price, 0) }} @endif
75% Sold 12 Left
@endforeach
@endif

Just For You

@if(request('category') || request('search')) Clear Filters @endif

No products found matching your criteria.

@endif