@extends('front.layout') @section('style') @include('front.medicine.include.medicine_css') @endsection @section('content') @includeIf('front.medicine.heroSeaction') {{--
@php $itemsCount = 0; $cart = session()->get('cart'); if (!empty($cart)) { foreach ($cart as $p) { $itemsCount += $p['qty']; } } @endphp {{ $itemsCount }}
--}} @if ($bs->feature_section == 1) @includeIf('front.medicine.featureSection') @endif @if ($bs->intro_section == 1) @includeIf('front.medicine.introSection') @endif @if ($bs->menu_section == 1) @includeIf('front.medicine.categoryProductSection') @endif @if ($bs->special_section == 1) @includeIf('front.medicine.specialSection') @endif @if ($bs->testimonial_section == 1) @includeIf('front.medicine.testimoialSection') @endif @endsection @section('script') @include('front.medicine.include.medicine_js') @endsection