@php $hasChildren = $category->children->count() > 0; @endphp
{{ $category->name }} @if ($hasChildren) @endif
@if ($hasChildren) @endif