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)
@foreach($tree->slots->sortBy('menu_index') as $slot)
-
Working...
@endforeach
@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