@extends('front.layout') @section('style') @include('front.grocery.include.grocery_css') @endsection @section('content') @includeIf('front.grocery.heroSeaction') @if ($bs->feature_section == 1) @includeIf('front.grocery.featureSection') @endif @if ($bs->intro_section == 1) @includeIf('front.grocery.introSection') @endif @if ($bs->menu_section == 1) @includeIf('front.grocery.categoryProductSection') @endif @if ($bs->special_section == 1) @includeIf('front.grocery.specialSection') @endif @if ($bs->testimonial_section == 1) @includeIf('front.grocery.testimoialSection') @endif @if ($bs->news_section == 1) @includeIf('front.grocery.blogSection') @endif @endsection @section('script') @include('front.grocery.include.grocery_js') @endsection