@if($category_list->code == 1 && !empty($category_list->data))
@else
@endif
@if($allergies_list->code == 1 && !empty($allergies_list->data))
@else
@endif
@foreach($choice_catagories->data as $choice_category)
{{$choice_category->name}}
@foreach($choice_items->data as $choice_item)
{{ $choice_item->name }}
@endforeach
@endforeach
@foreach($accompaniment->data as $acc)
{{ $acc->name }}
{{ $acc->price }} {{ $acc->currency }}
@endforeach
@foreach($add_ons->data as $once)
{{ $once->name }}
{{ $once->price }} {{ $acc->currency }}
@endforeach