@foreach($subcategories as $subcategory) @if(count($subcategory->subcategory)) @include('subCategoryList-option',['subcategories' => $subcategory->subcategory]) @endif @endforeach