@php $orderStats = getRestaurantOrderStats(branch()->id); $orderLimitReached = !$orderStats['unlimited'] && $orderStats['current_count'] >= $orderStats['order_limit']; @endphp
{{-- Search and Reset Section --}}
@if($search) @endif
@lang('app.reset')
@foreach ($menuList as $index => $menu) @endforeach
{{-- Categories Section --}}
@foreach ($this->categoryList as $category) @endforeach
{{-- Menu Items Grid --}}
    @forelse ($this->menuItems as $item)
  • @empty
  • @lang('messages.noItemAdded')

  • @endforelse
@if(!$this->allItemsLoaded)
@lang('messages.loadingData')
@else
@lang('messages.allItemsLoaded')
@endif