{{trans('community.documents-dashboard')}}
@foreach($categories as $category) @endforeach
{{trans('community.document-group-title')}} {{trans('community.document-no-of-files')}} {{trans('community.document-space-used')}} {{trans('community.document-action')}}
{{$category->title}} {{$community->present()->getDocumentsCount($category->id)}} {{formatSizeUnits($community->present()->getDocumentsSpaceCount($category->id))}} View Details
{!! $categories->appends(request()->except('page'))->render() !!}