@forelse($categories as $cat)
{{ $cat->name }}
@foreach($cat->activeMenuItems as $item)
@if($item->is_featured)
POPULAR
@endif
{{ $item->name }}
@if($item->description)
{{ $item->description }}
@endif
@if($item->preparation_time)
⏱ {{ $item->preparation_time }} min
@endif
@if($item->is_available)
@else
Unavailable
@endif
@if($item->image)
 }})
@endif
@endforeach
@empty
@endforelse