@isset($allsubcategories)
@foreach ($allsubcategories as $subcategory)
@if(!$subcategory->simpleproducts->isEmpty())
@php
$collection_name = App\Category::where('id',$catId)->first()->title;
$cat_slug = str_slug($collection_name, '-', app()->getLocale());
$subcat_slug = str_slug($subcategory->title, '-', app()->getLocale());
@endphp
@endif
@endforeach
@endisset
@if(($paginate == 1))
@endif