@foreach($subcategories as $subcategory) {{$_SESSION['i']}} {{$dash}}{{$subcategory->title}} {{$subcategory->slug}} {{-- {{ $category->posts->count() }} --}} {{$subcategory->parent->title}}
Show
Edit
@csrf @method('DELETE')
@if(count($subcategory->subcategory)) @include('backend.category.sub-category-list',['subcategories' => $subcategory->subcategory]) @endif @endforeach