@foreach($documentList as $document)
@if(substr( strrchr($document->title, '.'), 1) == "xlsx")
@elseif(substr( strrchr($document->title, '.'), 1) == "docx")
@elseif(substr( strrchr($document->title, '.'), 1) == "pptx")
@endif
@if (!empty($document->latest_revision()->status != 'pending-download'))
{{round($document->latest_revision()->size / 1024)}} KB
@endif
@if (!empty($document->latest_revision()->status != 'pending-download'))
@endif
@if(!empty($document->latest_revision()->status != 'pending-download') && $modifiable)