@extends('front.layout') @section('content')

{{convertUtf8($bs->menu_title)}}

@if ($be->menu_version == 1)
{{convertUtf8($be->menu_section_title)}}

{{convertUtf8($be->menu_section_subtitle)}}

@foreach ($categories as $key => $category)
@foreach ($category->subcategories as $subcat) @endforeach
{{-- Loader --}}
{{-- Loader --}} @if($category->products()->where('status', 1)->count() > 0) @foreach ($category->products()->where('status', 1)->get() as $product)
@if ($product->is_special == 1)
{{__('Special')}}
@endif
@endforeach @else

{{__('Product Not Found')}}

@endif
@endforeach
@else @if (!empty($be->menu_section_img)) @endif
{{convertUtf8($be->menu_section_title)}}

{{convertUtf8($be->menu_section_subtitle)}}

@foreach ($categories as $key => $category)
@foreach ($category->subcategories()->get() as $subcat) @endforeach
@endforeach
@endif {{-- Variation Modal Starts --}} @include('front.partials.variation-modal') {{-- Variation Modal Ends --}} @endsection