{{ $child_category->title }}
@if($child_category->childrenCategories->isNotEmpty())
@endif
@if ($child_category->childrenCategories->isNotEmpty())
@foreach ($child_category->childrenCategories as $childCategory)
@include('front::layouts.child_category', ['child_category' => $childCategory])
@endforeach
@endif