@foreach ($categories as $cat)
  • {{ $cat->name }} @if ($cat->childrenCategories->isNotEmpty()) @endif
  • @endforeach