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

@csrf
@if(!empty($lang_list) && count($lang_list))
@foreach($lang_list as $key => $one_lang)
{{__('variables.goods_description')}}
{{__('variables.seo_settings')}}

@endforeach
@endif @if(!empty($goods_parameters) && count($goods_parameters))
{{__('variables.parameters_list')}}

@foreach($goods_parameters as $one_parameter)
measure_type == 'with_measure' ? ' class=input-group' : '' }}> {{addEditParameterInItem($one_parameter->id, $lang_id, getMainCatalogId(), null, $goods_subject_id->id)}}
@endforeach
@endif
{{__('variables.photo')}}
@include('admin.templates.upload-new-images')
@if(!empty($brand) && count($brand))
@endif @if(!empty($goods_groups) && count($goods_groups))
@endif
{{--
--}}
{{--
--}} {{--
--}} {{--
--}}
@if($groupSubRelations->save == 1)
@endif
@stop