@php $i++ @endphp @if ($child_category->categories) @foreach ($child_category->categories as $key => $childCategory) @include('lphelper::lphelper.categoryconfig.child', ['child_category' => $childCategory,'key'=>$key]) @endforeach @endif