@extends('app') @include('nav-bar') @include('left-menu') @section('content') @include('speedbar') @include('list-elements', [ 'actions' => [ trans('variables.elements_list') => urlForLanguage($lang, '') ] ]) @if(!empty($child_goods_item_list)) @if($groupSubRelations->active == 1) @endif @if($groupSubRelations->del_to_rec == 1 || $groupSubRelations->del_from_rec == 1) @endif @foreach($child_goods_item_list as $item) @if($groupSubRelations->active == 1) @endif @if($groupSubRelations->del_to_rec == 1 || $groupSubRelations->del_from_rec == 1) @endif @endforeach
{{trans('variables.title_table')}} {{trans('variables.edit_table')}}{{trans('variables.active_table')}}{{trans('variables.delete_table')}}
{{ !empty(IfHasName($item->goods_item_id, $lang_id, 'goods_item')) ? IfHasName($item->goods_item_id, $lang_id, 'goods_item') : trans('variables.another_name')}} @foreach($lang_list as $lang_key => $one_lang) goods_item_id, $one_lang->id, 'goods_item')) ? '' : 'class=negative'}}>{{trans('variables.edit_'.$one_lang->lang)}} @endforeach {{$item->goodsItemId->active == 1 ? '+' : '-'}}
@else
{{trans('variables.list_is_empty')}}
@endif @stop @section('footer') @stop