@extends('layouts.front') @section('content') @if($ps->slider == 1) @if(count($sliders)) @include('includes.slider-style') @endif @endif @if($ps->slider == 1)
@if($ps->slider == 1) @if(count($sliders))
@endif @endif
@endif @if($ps->service == 1) {{-- Info Area Start --}}
@foreach($services->chunk(5) as $chunk)
@foreach($chunk as $service)

{{ $service->title }}

{!! $service->details !!}

@endforeach
@endforeach
{{-- Info Area End --}} @endif @if($ps->flash_deal == 1)

Deal of the day

View All
@foreach($discount_products as $prod) @include('includes.product.flash-product') @endforeach
@endif @if($ps->bottom_small == 1)
@foreach($bottom_small_banners->chunk(3) as $chunk)
@foreach($chunk as $img) @endforeach
@endforeach
@endif
safe_delivery

Download Apnadukan App Now!

Shopping fastly and easily more with our app. Get a link to download the app on your phone

{{csrf_field()}}

Grocery

Fruits & Vegetables

Health and Personal Care

@if($ps->featured_category == 1) {{-- Slider buttom Category Start --}}

Top Categories Of The Month

@foreach($categories->where('is_featured','=',1) as $cat) @endforeach
{{-- Slider buttom banner End --}} @endif

Clothings

Footwear

@if($ps->small_banner == 1) @endif @if($ps->featured == 1) @endif
@endsection @section('scripts') @endsection