@if($groupSubRelations->new == 1)
{{ __('variables.elements_list') }}
{{ __('variables.add_element') }}
@else
{{ __('variables.elements_list') }}
@endif
@if($groupSubRelations->del_to_rec == 1)
@endif
@if(!empty($child_labels_list_id) && count($child_labels_list_id))
| № | {{__('variables.title_table')}} | {{__('variables.edit_table')}} | @if($groupSubRelations->del_to_rec == 1){{__('variables.delete_table')}} | @endif
|---|---|---|---|
| {{ $one_label_element->id }} |
{{ $one_label_element->itemByLang->name ?? __('variables.another_name')}} @if(Auth::user()->root == 1) ShowLabelById({{ $one_label_element->id ?? '' }}) @endif |
@foreach($lang_list as $lang_key => $one_lang) {{Str::ucfirst($one_lang)}} @endforeach | @if($groupSubRelations->del_to_rec == 1)@endif |