@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))
| № | {{__('variables.title_table')}} | {{__('variables.city')}} | {{__('variables.address')}} | {{__('variables.edit_table')}} | @if($groupSubRelations->active == 1){{__('variables.active_table')}} | @endif{{__('variables.position_table')}} | @if($groupSubRelations->del_to_rec == 1){{__('variables.delete_table')}} | @endif
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ !empty(IfHasName($shops->shops_id, $lang_id, 'shops')) ? IfHasName($shops->shops_id, $lang_id, 'shops') : __('variables.another_name')}} | {{ !empty(IfHasName($shops->shopsId->city_id, $lang_id, 'city')) ? IfHasName($shops->shopsId->city_id, $lang_id, 'city') : __('variables.another_name')}} | {{ $shops->address ?? '' }} | @foreach($lang_list as $lang_key => $one_lang) {{Str::ucfirst($one_lang)}} @endforeach |
shopsId->active == 1 ? 'checked' : ''}}>
|
@if($groupSubRelations->del_to_rec == 1) | @endif |