@extends('admin.app') @section('content')
@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))
@if($groupSubRelations->active == 1) @endif @if($groupSubRelations->del_to_rec == 1) @endif @foreach($brand_elements as $one_brand) @if($groupSubRelations->del_to_rec == 1) @endif @endforeach
{{__('variables.title_table')}} {{__('variables.edit_table')}}{{__('variables.active_table')}}{{__('variables.show_on_main')}} {{__('variables.position_table')}}{{__('variables.delete_table')}}
{{ $brand_list->firstItem() + $loop->index }} {{ $one_brand->name }} @foreach($lang_list as $lang_key => $one_lang) {{Str::ucfirst($one_lang)}} @endforeach
brandId->active == 1 ? 'checked' : ''}}>
brandId->show_on_main == 1 ? 'checked' : ''}}>
@include('admin.templates.pagination', ['paginator' => $brand_list]) @else @include('admin.templates.empty-list') @endif
@stop