此目錄目前沒有內容
@if($isAdmin)
上傳文件 @endif
@else
{{-- ===== GRID VIEW ===== --}}
上傳文件 @endif
@if($children->isNotEmpty())
{{-- #viewGrid --}}
{{-- ===== LIST VIEW ===== --}}
{{-- #viewList --}}
@endif
子目錄
@foreach($children as $child)
@php $count = $isAdmin ? $child->total_docs : $child->published_docs; @endphp
@endif
@if($documents->isNotEmpty())
{{ $child->name }}
開啟
@endforeach
文件
@foreach($documents as $doc)
@endif
{{ $doc->title }}
開啟
@endforeach