@if ($child_category->categories) @foreach ($child_category->categories as $childCategory) @include('lphelper::lphelper.category.child_category', ['child_category' => $childCategory]) @endforeach @endif