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

@csrf
{{__('variables.parametr_value')}}
{{__('variables.measure_type')}}
@if(!empty($measure) && count($measure))
@endif
@if(!empty($lang_list) && count($lang_list))
@endif
@if($groupSubRelations->save == 1)
@endif
@stop