@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

{{ $one_goods->itemByLang->name ?? '' }} {{ $one_goods->one_c_code ?? '' }}

{{ $one_goods->itemByLang->short_descr ?? '' }}

@if($one_goods->price_old > 0) @else @endif
{{ getDefaultPriceFormat($one_goods->price_old) }}
{{ getDefaultPriceFormat($one_goods->price) }}
-{{ getDefaultPriceFormat($one_goods->price_old - $one_goods->price) }} {{ ShowLabelById(23) }}
{{ getDefaultPriceFormat($one_goods->price) }}
{{ ShowLabelById(23) }}
{!! $one_goods->itemByLang->body ?? '' !!}
{!! $one_goods->itemByLang->text_credit ?? ' ' !!} {!! $one_goods->itemByLang->text_credit_two ?? ' ' !!}
{{ getDefaultPriceFormat($one_goods->price_credit) }} {{ ShowLabelById(173) }} {{ getDefaultPriceFormat($one_goods->price_credit_two) }} {{ ShowLabelById(173) }}
WWW.FINX.RO
@else

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

@endif