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

@csrf
@if(!empty($goods_parameter_value) && count($goods_parameter_value))
{{__('variables.parametr_value')}}
@if($groupSubRelations->del_to_rec == 1) @endif @foreach($goods_parameter_value as $key => $one_parameter_value) @if($groupSubRelations->del_to_rec == 1) @endif @endforeach
{{__('variables.position_table')}} {{__('variables.name_text')}}{{__('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' : ''}}>
show_in_gifts == 1 ? 'checked' : ''}}>
@if($groupSubRelations->save == 1)
@endif
@stop