• @foreach($cat_record->child_cats as $child_cat_value) @if(count($child_cat_value->child_cats)>0) @include('frontend.pages.category.child_cats',['cat_record'=>$child_cat_value]) @else
    • {{$child_cat_value->name}}
    • @endif @endforeach