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

@if(!empty($shops_list) && count($shops_list))
@if($groupSubRelations->active == 1) @endif @if($groupSubRelations->del_to_rec == 1) @endif @foreach($shops_list as $shops) @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 }} {{ !empty(IfHasName($shops->shops_id, $lang_id, 'shops')) ? IfHasName($shops->shops_id, $lang_id, 'shops') : __('variables.another_name')}} @foreach($lang_list as $lang_key => $one_lang) {{ucfirst($one_lang->lang)}} @endforeach
shopsId->active == 1 ? 'checked' : ''}}>
@include('admin.templates.pagination', ['paginator' => $shops_list_id]) @else @include('admin.templates.empty-list') @endif
@stop