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

@if(!empty($city_list) && count($city_list))
@if($groupSubRelations->active == 1) @endif @if($groupSubRelations->del_to_rec == 1) @endif @foreach($city_list as $city) @if($groupSubRelations->del_to_rec == 1) @endif @endforeach
{{__('variables.title_table')}} {{__('variables.delivery_price')}} {{__('variables.delivery_price_for_free')}} {{__('variables.delivery_full_time')}} {{__('variables.edit_table')}}{{__('variables.active_table')}}{{__('variables.position_table')}}{{__('variables.delete_table')}}
{{ $loop->iteration }} {{ !empty(IfHasName($city->city_id, $lang_id, 'city')) ? IfHasName($city->city_id, $lang_id, 'city') : __('variables.another_name')}} {{ $city->cityId->delivery_price ?? 0 }} {{ $city->cityId->delivery_price_for_free ?? 0 }} @if($city->cityId->delivery_full_time) {{__('variables.yes')}} @else {{__('variables.no')}} @endif @foreach($lang_list as $lang_key => $one_lang) {{Str::ucfirst($one_lang)}} @endforeach
cityId->active == 1 ? 'checked' : ''}}>
@include('admin.templates.pagination', ['paginator' => $city_list_id]) @else @include('admin.templates.empty-list') @endif
@stop