@if($groupSubRelations->new == 1)
{{ __('variables.elements_list') }}
{{ __('variables.add_element') }}
@else
{{ __('variables.elements_list') }}
@endif
@if($groupSubRelations->del_to_rec == 1)
@endif
@if(!empty($settings_list) && count($settings_list))
№ | {{__('variables.title_table')}} | {{__('variables.alias_table')}} | {{__('variables.edit_table')}} | @if($groupSubRelations->del_to_rec == 1){{__('variables.delete_table')}} | @endif
---|---|---|---|---|
{{ $loop->iteration }} | {{ !empty(IfHasName($setting->settings_id, $lang_id, 'settings')) ? IfHasName($setting->settings_id, $lang_id, 'settings') : __('variables.another_name')}} | {{$setting->settingsId->alias}} | @foreach($lang_list as $lang_key => $one_lang) {{ucfirst($one_lang->lang)}} @endforeach | @if($groupSubRelations->del_to_rec == 1)@endif |