@extends('admin.app') @section('content')

@csrf
@if(!empty($goods_parameter_value) && count($goods_parameter_value))
{{__('variables.parametr_value')}}
{{----}} {{----}} {{--@if($goods_parametr_id->is_color == 1) @endif--}} {{--@if($groupSubRelations->del_to_rec == 1) @endif--}} @foreach($goods_parameter_value as $key => $one_parameter_value) {{----}} {{----}} {{--@if($goods_parametr_id->is_color == 1) @endif--}} {{--@if($groupSubRelations->del_to_rec == 1) @endif--}} @endforeach
{{__('variables.position_table')}}{{__('variables.name_text')}}{{__('variables.price')}}{{__('variables.color_code')}}{{__('variables.delete_table')}}
{{----}}
@endif @if($goods_parametr_id->parametr_type == 'input')
{{__('variables.measure_type')}}
@if(!empty($measure) && count($measure))
@endif
@endif
@if(!empty($lang_list) && count($lang_list))
@endif @if($goods_parametr_id->parametr_type == 'select' || $goods_parametr_id->parametr_type == 'checkbox' || $goods_parametr_id->parametr_type == 'radio')
@else @endif {{--
start_open == 1 ? 'checked' : ''}}>
--}} {{--
is_color == 1 ? 'checked' : ''}}>
--}} @if($groupSubRelations->save == 1)
@endif
@stop