{{-- Search and Reset Section --}}
Search
@lang('app.reset')
{{-- Categories Section --}}
is_null($filterCategories), 'bg-white text-gray-700 hover:bg-gray-100 dark:bg-gray-800 dark:text-gray-200 dark:hover:bg-gray-700' => !is_null($filterCategories), ])> @lang('app.showAll')
@foreach ($categoryList as $value)
$filterCategories == $value->id, 'bg-white text-gray-700 hover:bg-gray-100 dark:bg-gray-800 dark:text-gray-200 dark:hover:bg-gray-700' => $filterCategories != $value->id, ])> {{ $value->category_name }}
@endforeach
{{-- Menu Items Grid --}}
@forelse ($menuItems as $item)
{{-- Image Section --}}
{{-- Content Section --}}
{{ $item->item_name }}
@if ($item->variations_count == 0)
{{ currency_format($item->price, restaurant()->currency_id) }}
@else
@lang('modules.menu.showVariations')
@endif
@empty
@lang('messages.noItemAdded')
@endforelse