{{ $subdirectory->name }}
@if(count($subdirectory->folders) > 0)
@php
$parent_name = $data_name;
$parent_path = $data_path;
@endphp
@foreach ($subdirectory->folders as $tree)
@continue( $tree->type == 'file' || !$helper->currentUserHasAccessOnItem( $tree ) )