@foreach($trees as $tree)
D:\dev\orbit\resources\views\devices\recursive.blade.php on line 2
-30px'>
{{$tree->name}} @if(count($tree->slots)>0) + @endif
@if(count($tree->slots)>0) @endif
@if(count($all_trees->where('parent_id',$tree->id))>0) @include('devices.recursive', ['trees' => $all_trees->where('parent_id',$tree->id), 'all_trees' => $all_trees, 'level' => $level]) @endif @endforeach