Unassigned Plates Report

@foreach($users as $user) @endforeach
ID Full name Meal type and total
{{$user->id}} {{$user->full_name}} @foreach($user->orders as $order) @foreach($order->items as $item) @if(in_array($item->product?->category_id, [5,6,7])) {{$item->product?->title}}: {{$item->quantity}}
@endif @endforeach @endforeach