Documents

@if(empty($tree))
No documents found
@else
@include('partials.tree-item', ['tree' => $tree, 'path' => ''])
@endif @auth
New Document
@endauth