• Contenu
      @foreach($tree as $node)
    • {{$node->el->title}}
        @foreach($node->children as $child)
      • {{$child->title}}
      • @endforeach
    • @endforeach