@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_subject') => urlForFunctionLanguage($lang, 'createGoodsSubject/creategoodssubject'), trans('variables.elements_basket') => urlForFunctionLanguage($lang, 'goodsSubjectCart/goodssubjectcart') ], 'search' => 'true' ]) @else @include('list-elements', [ 'actions' => [ trans('variables.elements_list') => urlForFunctionLanguage($lang, ''), trans('variables.elements_basket') => urlForFunctionLanguage($lang, 'goodsSubjectCart/goodssubjectcart') ], 'search' => 'true' ]) @endif @if(!empty($goods_subject_list))
{{-- --}}
@if($groupSubRelations->active == 1) @endif @if($groupSubRelations->del_to_rec == 1) @endif @foreach($goods_subject_list as $key => $one_goods_subject_list) @if(empty(IfHasChildActive($one_goods_subject_list->goods_subject_id, 'goods_subject')) && !empty(CheckIfSubjectHasItems('goods', $one_goods_subject_list->goods_subject_id))) @else @endif @if($groupSubRelations->active == 1) @endif @if($groupSubRelations->del_to_rec == 1) @if(empty(IfHasChildActive($one_goods_subject_list->goods_subject_id, 'goods_subject')) && empty(CheckIfSubjectHasItems('goods', $one_goods_subject_list->goods_subject_id))) @else @endif @endif @endforeach {{----}}
{{trans('variables.title_table')}} {{trans('variables.parameters')}} {{trans('variables.edit_table')}}{{trans('variables.active_table')}}{{trans('variables.position_table')}}{{trans('variables.delete_table')}}
{{!empty(IfHasName($one_goods_subject_list->goods_subject_id, $lang_id, 'goods_subject')) ? IfHasName($one_goods_subject_list->goods_subject_id, $lang_id, 'goods_subject') : trans('variables.another_name')}} {{trans('variables.parameters')}}
{{trans('variables.brand')}}
{{trans('variables.related_categories')}}
@foreach($lang_list as $lang_key => $one_lang) goods_subject_id, $one_lang->id, 'goods_subject')) ? '' : 'class=negative'}}>{{trans('variables.edit_'.$one_lang->lang)}} @endforeach {{$one_goods_subject_list->goodsSubjectId->active == 1 ? '+' : '-'}} {{trans('variables.delete_inner_modules')}}
{!! $goods_subject_id_list->links() !!}
@else
{{trans('variables.list_is_empty')}}
@endif
@stop @section('footer') @stop