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