@if($groupSubRelations->new == 1)
{{ __('variables.elements_list') }}
{{ __('variables.add_element') }}
@else
{{ __('variables.elements_list') }}
@endif
@if($groupSubRelations->del_to_rec == 1)
@endif
@if(!empty($social_list) && count($social_list))
| № | {{__('variables.photo')}} | {{__('variables.title_table')}} | {{__('variables.link')}} | {{__('variables.edit_table')}} | @if($groupSubRelations->active == 1){{__('variables.active_table')}} | {{__('variables.for_call')}} | @endif{{__('variables.position_table')}} | @if($groupSubRelations->del_to_rec == 1){{__('variables.delete_table')}} | @endif
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if(($one_social_item->img) && file_exists('upfiles/social-media/' . $one_social_item->img))
@endif
|
{{ $one_social_item->name ?? __('variables.another_name') }} | {{ $one_social_item->link ?? __('variables.do_not_exist') }} | {{ __('variables.edit') }} |
active == 1 ? 'checked' : ''}}>
|
for_call == 1 ? 'checked' : ''}}>
|
@if($groupSubRelations->del_to_rec == 1) | @endif |
@endif