{{ $category->icon ?? '🍽️' }}

{{ $category->name }}

@if($category->description)

{{ $category->description }}

@endif

{{ $menuItems->count() }} delicious {{ Str::plural('item', $menuItems->count()) }} available

@if($menuItems->count() > 0)
@foreach($menuItems as $item) @endforeach
@else
{{ $category->icon ?? '🍽️' }}

No items in this category yet

Check back soon for delicious new items!

Browse All Menu
@endif