logo_url)) src="{{ asset($store->logo_url) }}" @else src="{{ asset('/store_assets/images/empty.png') }}" @endif class="img-fluid shadow-lg" alt="">

{{ $store->store_name }}

  {{ $store->address }}
  {{ $store->phone }}
@if($store->is_call_waiter_enable == 1) @endif
@if(count($sliders) > 0)
@foreach ($sliders as $item) @if(file_exists(public_path($item->photo_url)))
@endif @endforeach
@endif

{{ $selected_language->data['menu_recommend'] ?? 'Recommended for you' }}

@foreach ($recommended as $row) @php $prodcat = \App\Category::where('id', $row->category_id)->first(); @endphp @if ($prodcat && $prodcat->is_active == 1) @endif @endforeach
@php $catproducts = []; @endphp
@php $i = 0; @endphp
@foreach ($categories as $row) @php $allproducts = \App\Product::where('category_id', $row->id) ->where('is_active', 1) ->orderBy('sort_order','ASC') ->get(); @endphp

{{$row->name}}

@foreach ($allproducts as $item)
@if($store->is_accept_order == 1) @if (isset($quantity[$item->id]) && $quantity[$item->id] > 0)
@endif @if(!isset($quantity[$item->id]))
@endif @else {{-- --}} @endif
@endforeach @endforeach
@forelse ($catproducts as $key => $row) @if (count($row) >2) @php $i ++; @endphp
@foreach($row as $key => $item) @if(is_int($key))

@if($item->is_veg == 1) @else @endif {{$item->name}}

@include('layouts.render.currency',["amount"=>$item->price])

@if($store->is_accept_order == 1) @if (isset($quantity[$item->id]) && $quantity[$item->id] > 0)
@endif @if(!isset($quantity[$item->id]))
@endif @else {{-- --}} @endif
@endif @endforeach
@endif @empty @endforelse
@include('livewire.home.layouts.navbar') @push('js') @endpush