@if($groupSubRelations->new == 1)
{{ __('variables.elements_list') }}
{{ __('variables.add_element') }}
{{ __('variables.elements_basket') }}
@else
{{ __('variables.elements_list') }}
{{ __('variables.elements_basket') }}
@endif
@if($groupSubRelations->del_to_rec == 1)
@endif
@if(!empty($brand_elements))
| № | {{__('variables.title_table')}} | @if(auth()->user()->root)Alias | @endif{{__('variables.media_type')}} | {{__('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 }} | @if($one_brand->relationLoaded('children') && $one_brand->children->isNotEmpty()) {{ $one_brand->name }} @else {{ $one_brand->name }} @endif | @if(auth()->user()->root){{ $one_brand->brandId->alias }} | @endif{{ $one_brand->brandId->typeFormat }} | @foreach($lang_list as $lang_key => $one_lang) {{Str::ucfirst($one_lang)}} @endforeach |
brandId->active == 1 ? 'checked' : ''}}>
|
@if($groupSubRelations->del_to_rec == 1) | @endif |