@extends('front.layout') @section('style') @include('front.coffee.include.coffee_css') @endsection @section('content') @includeIf('front.coffee.heroSeaction') @if ($bs->intro_section == 1) @includeIf('front.coffee.introSection') @endif @if ($bs->feature_section == 1) @includeIf('front.coffee.featureSection') @endif @if ($bs->menu_section == 1) @includeIf('front.coffee.categoryProductSection') @endif @if ($bs->special_section == 1) @includeIf('front.coffee.specialSection') @endif