@if(!empty($goods_items) && count($goods_items))
@foreach($goods_items->chunk(config('custom.front.goods_items_chunk_row')) as $chunk) @foreach($chunk as $one_goods) @endforeach @endforeach
{{ ShowLabelById(171) }} {{ $one_goods->one_c_code ?? '' }}
{!! $one_goods->itemByLang->body ?? '' !!}
{{ Str::upper(ShowLabelById(82)) }} {{ getDefaultPriceFormat($one_goods->price) }} {{ ShowLabelById(23) }}
@else

{{ ShowLabelById(106) }} - {{ ShowLabelById(172) }}

@endif