@include('front.pages.catalog.detail-tem-templates.menu')
@if($youtube_block && $goods_item->youtube_link) @endif
@if($goods_item->oImages->isNotEmpty()) @foreach($goods_item->oImages as $one_image)
{{ $one_image->itemByLang->name ?? '' }}
@endforeach @else {{ $one_image->itemByLang->name ?? '' }} @endif

{{ str($goods_item->itemByLang->name ?? '')->titleWithBrands() }}

{{ShowLabelById(168)}}: {{$goods_item->one_c_code ?? ''}}
@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
@if($goods_item->in_stoc == 1)
price_old > 0 ? ' style=color:#FFD500' : '' }}> {{ getDefaultPriceFormat($goods_item->price) }} {{ ShowLabelById(23) }}
@if($goods_item->price_old > 0)
{{ getDefaultPriceFormat($goods_item->price_old) }} {{ ShowLabelById(23) }}
@endif
@if($goods_item->price_old > 0)
{{ ShowLabelById(201) }} - {{ getDefaultPriceFormat($goods_item->price_old - $goods_item->price) }} {{ ShowLabelById(23) }}
@endif @else
{{ShowLabelById(234)}}
@endif
@if($goods_item->in_stoc == 1) @endif

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

@php $year = explode(' ', ShowLabelById(220)); $half_year = explode(' ', ShowLabelById(219)); @endphp
{{ShowLabelById(218)}}
    @if($goods_item->zero_credit == 1)
  • {{showSettingBodyByAlias('procent')}}
  • @endif
  • {!!implode('
    ', $half_year)!!}
  • {!!implode('
    ', $year)!!}
@if($goods_item->in_stoc == 1)
@if($goods_item->checkIfShopItemExist)
  • Pin {{ShowLabelById(186)}}:
  • Truck {{ShowLabelById(81)}}: {{ShowLabelById(233)}}
@endif
@endif
@if(!empty($goods_parameters) && count($goods_parameters) && count(array_filter($goods_parameters, function($param) { return $param['display_on_item'] >= 1;})))
{{ShowLabelById(224)}}:
    @foreach($goods_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
@if($youtube_block && $goods_item->youtube_link)
{{ShowLabelById(281)}}

{{ str_replace('{product_name}', $goods_item->itemByLang->name ?? '', $youtube_block->itemByLang->name ?? '') }}

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

{!! $youtube_block->itemByLang->body ?? '' !!}
@endif @include('front.templates.reserve-modal') @include('front.templates.credit-modal') @push('other-scripts') @if(Cookie::has('cookie-targeting') && Cookie::get('cookie-targeting')) @endif @endpush