@php $i=0; @endphp @foreach ($categories as $key => $category) @foreach ($category->childrenCategories as $childCategory) @include('lphelper::lphelper.categoryconfig.child', ['child_category' => $childCategory]) @endforeach @endforeach