@foreach ($categories as $category) @if (count($category->child) == 0)
  • {{ $category->name }}
  • @else @endif @endforeach