@php $countPostsPerCat ??= []; // Clear Filter Button $clearFilterBtn = \App\Services\UrlGen::getCategoryFilterClearLink($cat ?? null, $city ?? null); @endphp @if (!empty($cat)) @php $catParentUrl = \App\Services\UrlGen::parentCategory(data_get($cat, 'parent') ?? null, $city ?? null); @endphp {{-- SubCategory --}}
@if (!empty(data_get($cat, 'children')))
@else @if (!empty(data_get($cat, 'parent.children')))
@else @includeFirst( [config('larapen.core.customizedViewPath') . 'search.inc.sidebar.categories.root', 'search.inc.sidebar.categories.root'], ['countPostsPerCat' => $countPostsPerCat] ) @endif @endif
@else @includeFirst( [config('larapen.core.customizedViewPath') . 'search.inc.sidebar.categories.root', 'search.inc.sidebar.categories.root'], ['countPostsPerCat' => $countPostsPerCat] ) @endif