@extends('app') @include('nav-bar') @include('left-menu') @section('content') @include('speedbar') @if($groupSubRelations->new == 1) @include('list-elements', [ 'actions' => [ trans('variables.elements_list') => urlForFunctionLanguage($lang, ''), trans('variables.add_element') => urlForFunctionLanguage($lang, 'createShops/createitem'), ] ]) @else @include('list-elements', [ 'actions' => [ trans('variables.elements_list') => urlForFunctionLanguage($lang, ''), ] ]) @endif @if(!empty($shops_list))
| {{trans('variables.title_table')}} | {{trans('variables.edit_table')}} | @if($groupSubRelations->active == 1){{trans('variables.active_table')}} | @endif @if($groupSubRelations->del_to_rec == 1 || $groupSubRelations->del_from_rec == 1){{trans('variables.delete_table')}} | @endif||
|---|---|---|---|---|---|
| {{ !empty(IfHasName($shops->shops_id, $lang_id, 'shops')) ? IfHasName($shops->shops_id, $lang_id, 'shops') : trans('variables.another_name')}} | @foreach($lang_list as $lang_key => $one_lang) shops_id, $one_lang->id, 'shops')) ? '' : 'class=negative'}}>{{trans('variables.edit_'.$one_lang->lang)}} @endforeach | @if($groupSubRelations->active == 1){{$shops->shopsId->active == 1 ? '+' : '-'}} | @endif @if($groupSubRelations->del_to_rec == 1 || $groupSubRelations->del_from_rec == 1)@endif | ||