@if (count($langs) == 0)
@endif
@if ($bs->feature_section == 0)
@endif
{{---- Bakery Theme Header & Footer css--}}
@if ($activeTheme == 'bakery')
@if (!request()->routeIs('front.index'))
@include('front.bakery.include.bakery_header_footer_css')
@endif
@endif
{{---- End Bakery theme Header & Footer css --}}
{{----Start Pizza theme Header & Footer css --}}
@if ($activeTheme == 'pizza')
@if (!request()->routeIs('front.index'))
@include('front.pizza.include.pizza_header_footer_css')
@endif
@endif
{{---- End Pizz theme Header & Footer css --}}
{{--Start coffee theme css --}}
@if ($activeTheme == 'coffee')
@if (!request()->routeIs('front.index'))
@include('front.coffee.include.coffee_header_footer_css')
@endif
@endif
{{--End coffee theme css --}}
{{---- Start Medicine theme css --}}
@if ($activeTheme == 'medicine')
@if (!request()->routeIs('front.index'))
@include('front.medicine.include.medicine_header_footer_css')
@endif
@endif
{{----End Medicine theme css --}}
{{---- Start Grocery theme css --}}
@if ($activeTheme == 'grocery')
@if (!request()->routeIs('front.index'))
@include('front.grocery.include.grocery_header_footer_css')
@endif
@endif
{{----End Medicine theme css --}}
{{---- Start beverage theme css --}}
@if ($activeTheme == 'beverage')
@if (!request()->routeIs('front.index'))
@include('front.beverage.include.beverage_header_footer_css')
@endif
@endif
{{----End Medicine theme css --}}