@if(count($subdirectory->folders) > 0)
@foreach ($subdirectory->folders as $tree)
@continue( $tree->type == 'file' )
@include('organizationaldocument::manager.move-sub-nested-item' , [
'subdirectory' => $tree,
'data_name' => $data_name."/".$tree->name,
'data_path' => $data_path."/".$tree->id,
'parent_needs_to_desiabled' => $parent_needs_to_desiabled || in_array($tree->id, $items)
])
@endforeach
@endif