@extends('admin.app') @section('content')
{{ __('variables.add_parameter') }} @if($groupSubRelations->del_to_rec == 1) @endif

@if(!empty($colors_list))
@if($groupSubRelations->active == 1) @endif @if($groupSubRelations->del_to_rec == 1) @endif @foreach($colors_list as $colors_item) @if($groupSubRelations->del_to_rec == 1) @endif @endforeach
{{__('variables.title_table')}} {{__('variables.edit_table')}}{{__('variables.active_table')}}{{__('variables.delete_table')}}
{{ $loop->iteration }} {{$colors_item->itemByLang->name ?? __('variables.another_name')}} @foreach($lang_list as $lang_key => $one_lang) {{Str::ucfirst($one_lang)}} @endforeach
active == 1 ? 'checked' : ''}}>
@else @include('admin.templates.empty-list') @endif
@stop