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