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

  • @endforelse