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