@if ($loca_check == 1)
@foreach ($banner as $key => $list) @php $kitchen_detail_id_check = \App\Models\KitchenDetail::where( 'id', $list->kitchen_detail_id, )->first(); @endphp
@endforeach

Brands. Home-Made!

@foreach ($services as $key => $service) @foreach ($service as $ser)
@php $encodedData = base64_encode(json_encode($ser['service_id'])); @endphp
{{ $ser['service_name'] }}
@endforeach @endforeach

Cuisines to suit your taste

@foreach ($brands as $brand) @foreach ($brand as $br) @php $encodedBrandData = base64_encode(json_encode($br['brand_id'])); @endphp @endforeach @endforeach
@foreach ($bottom_banner as $banner) @php $kitchen_detail_id_check = \App\Models\KitchenDetail::where( 'id', $banner->kitchen_detail_id, )->first(); @endphp
@endforeach

Dishes on your mind

@foreach ($cuisines as $cuisine) @php $encodedCuisineData = base64_encode(json_encode($cuisine->id)); @endphp @endforeach
@foreach ($cuisines->chunk(3) as $cuisinePair)
@foreach ($cuisinePair as $index => $cuisine)
@if ($index == 0)

{{ $cuisine->name }}

@else

{{ $cuisine->name }}

@endif
@endforeach
@endforeach

Our Home Kitchens

{{-- --}}
Veg NonVeg
@if (count($shop_list) > 0 || count($closed_shop_list) > 0)
@php $renderedShopIds = []; @endphp @foreach ($shop_list as $shop) @if (in_array($shop['shop_id'], $renderedShopIds)) @continue @endif @php $renderedShopIds[] = $shop['shop_id']; $admin = App\Models\AdminUser::where('id', $shop['shop_id'])->first(); @endphp @endforeach @foreach ($closed_shop_list as $shop) @php $admin = App\Models\AdminUser::Where('id', $shop['shop_id'])->first(); @endphp @endforeach
@else
No Kitchen Found
@endif
@else
We're Not in Your Area Yet!

Thank you for your interest in Shero. We're working hard to bring our home-cooked goodness to more regions. Stay tuned—we'll be in your area soon!

@endif @push('js') @endpush