@if (isset($categoriesStruct[0]))
@foreach($categoriesStruct[0] as $subCategory)
@php
$name = $categoriesList[$subCategory]->c('getExistsLanguageColumnValue', 'name')
@endphp
@if (isset($categoriesStruct[$subCategory]))
@include('Categories::client.partial.category', ['categories' => $categoriesStruct, 'parent' => $subCategory])
@endif
@endforeach
@endif