@if ( (isset($cat) && !empty($cat)) || (isset($cats) && $cats->count() > 0) )
@if (isset($cat) && !empty($cat)) @if (isset($cat->children) && $cat->children->count() > 0)
@foreach ($cat->children as $iSubCat) @endforeach
@else @if (isset($cat->parent, $cat->parent->children) && $cat->parent->children->count() > 0)
@foreach ($cat->parent->children as $iSubCat)
@if ($iSubCat->id == $cat->id) @if (in_array(config('settings.list.show_category_icon'), [3, 5, 7, 8])) @endif {{ $iSubCat->name }} @else @if (in_array(config('settings.list.show_category_icon'), [3, 5, 7, 8])) @endif {{ $iSubCat->name }} @endif
@endforeach
@else @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.categories-root', 'search.inc.categories-root']) @endif @endif @else @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.categories-root', 'search.inc.categories-root']) @endif
@endif