@php $orderStats = getRestaurantOrderStats(branch()->id); $orderLimitReached = !$orderStats['unlimited'] && $orderStats['current_count'] >= $orderStats['order_limit']; @endphp
{{-- Search + Filters --}}
@lang('app.reset')
{{-- Duplicate category grid buttons hidden for now; only the top menu row should show. --}}
All Menu
@forelse ($menuList as $menu) @php $isSidebarMenuActive = (string) $menuId === (string) $menu->id; @endphp @empty
No menu found
@endforelse
{{-- Menu Items Grid --}}
    @forelse ($menuItems as $item) @empty
  • @lang('messages.noItemAdded')

  • @endforelse