@foreach ($cols as $iCat)
@php
$randomId = '-' . substr(uniqid(rand(), true), 5, 5);
@endphp
@if (isset($subCategories[data_get($iCat, 'id')]))
@php
$catSubCats = $subCategories[data_get($iCat, 'id')];
@endphp
@foreach ($catSubCats as $iSubCat)
-
{{ data_get($iSubCat, 'name') }}
@if (config('settings.listings_list.count_categories_listings'))
({{ $countPostsPerCat[data_get($iSubCat, 'id')]['total'] ?? 0 }})
@endif
@endforeach
@endif
@endforeach