• @if($child_category->categories->isEmpty())
    {{ $child_category->title }} حذف ویرایش
    @else
    {{ $child_category->title }} حذف ویرایش
      @foreach ($child_category->childrenCategories as $childCategory) @include('back.partials.child_category', ['child_category' => $childCategory]) @endforeach
    @endif