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