Document List for "{{$term}}" Documents Dashboard
@foreach($documents as $document) @if($document->category) @endif @endforeach
File Date Uploaded File Size Owner File Description Category
@if (in_array(strtolower($document->document_type), $imgExt)) @else @endif
@if(\Auth::user()->id==$document->user_id || $community->isOwner()) @endif

{{date("d/m/Y",strtotime($document->created_at))}}

View Count : {{$community->present()->getDocumentDownloadCount($document->id)}} times

Copy Count : {{$community->present()->getDocumentCopyCount($document->id)}} times

{{formatSizeUnits($document->document_size)}} @if($document->user) {{$document->user->present()->fullName()}} @endif {{$document->document_description}} {{$document->category->title}}
{!! $documents->appends(request()->except('page'))->render() !!}