@php $aux = 0 @endphp
@foreach ($items as $meat => $item)
@php $meat = preg_replace('/\d/', '', $meat); @endphp
@foreach ($item as $meatType => $value)
@if ($meatType != '0')
{{ $meatType }}
@endif
@foreach ($value as $v)
{{ $v['name'] }}
{{ $v['unity_measure'] ?? 'KG' }}
R$ {{ $v['price'] }}
@endforeach
@endforeach
@php $aux++ @endphp @endforeach