@extends('front.app',['lang_links'=>$product_lang_links]) @section('meta') @stop @push('ld-json') @endpush @section('container')
@if($goods_images->isNotEmpty()) @foreach($goods_images as $image)
{{$goods_item->name.'-thumb-'.$loop->iteration}}
@endforeach @else
{{'empty-thumb-image-product'}}
@endif
@if($goods_images->isNotEmpty()) @endif
@if($goods_item->price_old && $goods_item->price_old!='0.00')

Sale

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

new

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

{{ShowLabelById(203)}}

@endif

{{$goods_item->h1_title}}

@if($brand) @endif
@if($goods_item->barcode)
{{ShowLabelById(67)}}: {{$goods_item->barcode}}
@endif @if($goods_item->model)
{{ShowLabelById(76)}}: {{$goods_item->model}}
@endif @if($goods_item->markcode)
{{ShowLabelById(201)}}: {{$goods_item->markcode}}
@endif
{{--@if($brand)

{{ShowLabelById(68)}}: {{$brand->name}}

@endif--}} @if($goods_colors->isNotEmpty())

{{ShowLabelById(69)}}: @foreach($goods_colors as $goods_color) {{$goods_color->name}} @endforeach

@endif
@if($goods_item->in_stoc == 1) check

{{ShowLabelById(70)}}

@else

{{ShowLabelById(71)}}

@endif
@if($shop_count)
@foreach($shops as $shop_city_name=>$branches)
{{$shop_city_name}}
@foreach($branches as $branch)
{{$branch->name}}
quantity @if($branch->show_count) {{$branch->pivot->balance}} @if($goods_item->measure_name) {{$goods_item->measure_name}} @else {{ShowLabelById(238)}} @endif @else infinity @endif
@if(count($branch->PhonesFromBody) > 1)
{!! $branch->PhonesFromBody[0] ?? '' !!}
@endif
@endforeach
@endforeach
@endif
{{$goods_item->price_format}} @if($goods_item->measure_name)/ {{$goods_item->measure_name}}@endif
@if($goods_item->price_old && $goods_item->price_old!='0.00')
{{$goods_item->price_old_format}} @if($goods_item->measure_name)/ {{$goods_item->measure_name}}@endif
@endif @if($goods_item->saving_money)
{{ShowLabelById(198)}} {{$goods_item->saving_money_format}}
@endif
@if($goods_item->to_order)
{{ShowLabelById(204)}}
@if($phone)
{{ShowLabelById(205)}} {{$phone}}
@endif
@endif @if(!$goods_item->to_order || !$goods_item->in_stoc) @if(!$goods_item->to_order && $goods_item->in_stoc) @include('front.templates.fast-order-modal')
@endif @if(!$goods_item->in_stoc) @include('front.templates.product-request-modal')
@endif @endif
@if($goods_item->values->isNotEmpty())

{{ShowLabelById(74)}}

    @foreach($goods_item->goodsParametersId as $parameter) @foreach($goods_item->goodsParametrItemId as $goods_parameter_item_id) @if($parameter->id == $goods_parameter_item_id->goods_parametr_id && $goods_parameter_item_id->goodsParametrValueId->isNotEmpty())
  • {{$parameter->name}}

    @foreach($goods_parameter_item_id->goodsParametrValueId as $value) {{$value->name}}{{!$loop->last?', ':''}} @endforeach

  • @endif @endforeach @endforeach
@endif @if($goods_item->body)

{{ShowLabelById(206)}}

{!! $goods_item->body !!}
@endif

{{showSettingBodyByAlias('product-add-text')}}

@if($siblings->isNotEmpty())

{{ShowLabelById(75)}}

@foreach($siblings as $sibling)
@include('front.templates.goods-template',['goods_item'=>$sibling])
@endforeach
@endif @if($viewed_goods->isNotEmpty())

{{ShowLabelById(42)}}

@foreach($viewed_goods as $viewed_goods_item)
@include('front.templates.goods-template',['goods_item'=>$viewed_goods_item])
@endforeach
@endif
@stop @push('js') @if(session()->has('error_product_pdf')) @endif @endpush