@include('front.pages.catalog.detail-tem-templates.menu') @if(!empty($group_goods) && count($group_goods))
@foreach($group_goods as $goods_item_group) @php $parent_alias = ''; if($goods_item_group->getSubjectId && $goods_item_group->getSubjectId->alias) $parent_alias = $goods_item_group->getSubjectId->alias; @endphp
{{ShowLabelById(168)}}: {{$goods_item_group->one_c_code ?? ''}}
@if($goods_item_group->state)
{{ShowLabelById(15)}}:
{{ Str::upper($current_product_state->alias ?? '') }}
@endif
{{ getDefaultPriceFormat($goods_item_group->price) }} {{ ShowLabelById(23) }}
@if($goods_item_group->price_old > 0)
{{ getDefaultPriceFormat($goods_item_group->price_old) }} {{ ShowLabelById(23) }}
@endif

{{ShowLabelById(255)}} {{$goods_item_group->min_credit}} {{ShowLabelById(256)}}

@if($goods_item_group->checkIfShopItemExist)
  • Pin-red {{ShowLabelById(186)}}:
  • Truck-red {{ShowLabelById(81)}}: {{ShowLabelById(233)}}
@endif
@if(!empty($goods_item_group->parameters) && count($goods_item_group->parameters))
    @foreach($goods_item_group->parameters as $one_parameter) @if($one_parameter['display_on_item'] == 1 && $one_parameter['name'] && $one_parameter['value'])
  • {{ $one_parameter['name']}}: {{ $one_parameter['value']}}
  • @endif @endforeach
@endif
@endforeach
@endif
@push('other-scripts') @endpush @include('front.templates.reserve-modal') @include('front.templates.credit-modal')