in_array($item->id, $selectedItems)
])>
{{-- Item Selection Checkbox --}}
@if($showBulkActions)
id, $selectedItems))
class="w-4 h-4 text-blue-600 bg-white border-gray-300 rounded focus:ring-blue-500">
@endif
{{-- Item Image --}}

{{-- Drag Handle --}}
{{-- Item Details --}}
{{ $item->item_name }}
{{ $item->category->category_name }}
{{ $item->menu->menu_name }}
{{-- Item Price --}}
@if($item->item_price)
{{ number_format($item->item_price, 2) }} {{ get_currency_symbol() }}
@endif
@lang('messages.noRecordFound')
@lang('modules.menu.noItemsFound')