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