@lang('modules.menu.allMenuItems')

@lang('app.showFilter')
@lang('modules.menu.sortMenuItems') @php $menuItemStats = getRestaurantMenuItemStats(user()->restaurant_id); @endphp @if(user_can('Create Menu Item') && ($menuItemStats['unlimited'] || $menuItemStats['current_count'] < $menuItemStats['menu_items_limit'])) {{ __('modules.menu.bulkUpload') }} @lang('modules.menu.addMenuItem') @endif