Filters
{{--
--}}
@foreach ($all_categories as $cat)
@if ($cat->subcategories->count() > 0) @endif
@if ($cat->subcategories->count() > 0)
@foreach ($cat->subcategories as $sub)
@if ($sub->childcategories->count() > 0) @endif
@if ($sub->childcategories->count() > 0)
@foreach ($sub->childcategories as $child)
@endforeach
@endif
@endforeach
@endif
@endforeach
@foreach ($all_colors as $color) @endforeach
@foreach ($all_sizes as $size) @endforeach