@extends('admin.app') @section('content')
{{ __('variables.add_parameter') }} @if($groupSubRelations->del_to_rec == 1) @endif

@if(!empty($measure_list))
@if($groupSubRelations->active == 1) @endif @if($groupSubRelations->del_to_rec == 1) @endif @foreach($measure_list as $measure_item) @if($groupSubRelations->del_to_rec == 1) @endif @endforeach
{{__('variables.title_table')}} {{__('variables.edit_table')}}{{__('variables.active_table')}}{{__('variables.position_table')}}{{__('variables.delete_table')}}
{{ $loop->iteration }} {{$measure_item->itemByLang->name ?? __('variables.another_name')}} @foreach($lang_list as $lang_key => $one_lang) {{Str::ucfirst($one_lang)}} @endforeach
active == 1 ? 'checked' : ''}}>
@else @include('admin.templates.empty-list') @endif
@stop