@if($goods_item->oImages && $goods_item->oImages->isNotEmpty()) @endif
@foreach($goods_item->oImages as $one_image)
{{ $one_image->itemByLang->name ?? '' }}
@endforeach
@if($goods_item->new_element)

{{ ShowLabelById(194) }}

@endif @if($goods_item->price_old > 0)

{{ShowLabelById(195)}}

-{{ $goods_item->discountPercent() }}%

@endif
@if($goods_item->popular_element == 1)

{{ ShowLabelById(270) }}

@endif @if($goods_item->created_at?->greaterThanOrEqualTo(now()->subDay()))

{{ ShowLabelById(271) }}

@endif

{{ $goods_item->itemByLang->name ?? '' }}

{{--

{{ShowLabelById(16)}}:

--}}
@if($current_product_state)
{{ShowLabelById(15)}}:
{{ Str::upper($current_product_state->alias) ?? '' }}
{{ $current_product_state->itemByLang->name ?? '' }}
@endif @if($goods_item->price_old > 0)

{{ShowLabelById(202)}}

@endif
{{ getDefaultPriceFormat($goods_item->price) }} {{ ShowLabelById(23) }}
@if($goods_item->price_old > 0)
{{ getDefaultPriceFormat($goods_item->price_old) }} {{ ShowLabelById(23) }}
@endif
@if(!empty($goods_parameters) && count($goods_parameters))
{{ShowLabelById(125)}}
@foreach($goods_parameters as $one_parameter) @if($one_parameter['name'] && $one_parameter['value'])

{{ $one_parameter['name'] }}

{{ $one_parameter['value'] }}

@endif @endforeach
@endif