@extends('front.app') @section('meta') @stop @section('container')

{{ShowLabelById(240)}}

{{ShowLabelById(241)}}
@csrf
@if(!empty($goods_subject_id->children) && count($goods_subject_id->children))
    @foreach($goods_subject_id->children as $category)
  • alias) checked @elseif($loop->first) checked @endif>
  • @endforeach
@endif
{{ShowLabelById(242)}}*
@if(!empty($goods_subject_id->children) && count($goods_subject_id->children)) @foreach($goods_subject_id->children as $category)
    @if(!empty($category->goodsItemsId) && count($category->goodsItemsId)) @foreach($category->goodsItemsId as $subCategory)
  • @endforeach @endif
@endforeach @endif
@if(!empty($goods_subject_id->children) && count($goods_subject_id->children)) @foreach($goods_subject_id->children as $category)
alias) style="display: none" @endif @else @if(!$loop->first) style="display: none" @endif @endif > @if(!empty($category->goodsParametrId) && count($category->goodsParametrId)) @foreach($category->goodsParametrId as $one_parameter) @switch($one_parameter->parametr_type) @case('input')
@break @case('radio') @if(!empty($one_parameter->GoodsParametrValueId) && count($one_parameter->GoodsParametrValueId))
{{$one_parameter->itemByLang->name ?? ''}}
    @foreach($one_parameter->GoodsParametrValueId as $one_parameter_value)
  • first) checked @endif >
  • @endforeach
@endif @break @case('checkbox') @if(!empty($one_parameter->GoodsParametrValueId) && count($one_parameter->GoodsParametrValueId))
{{$one_parameter->itemByLang->name ?? ''}}
    @foreach($one_parameter->GoodsParametrValueId as $one_parameter_value)
  • @endforeach
@endif @break @case('select') @if(!empty($one_parameter->GoodsParametrValueId) && count($one_parameter->GoodsParametrValueId))
@endif @break @case('textarea')
@break @endswitch @endforeach @endif
@endforeach @endif
@if(!empty($shops_id) && count($shops_id))
@endif

@stop @push('other-scripts') @endpush