{{ $document->title }}
{{ $document->filename }}
{{ $document->description }}
{{ $document->category->name }}
{{ number_format($document->size / 1024, 0) }} Ko
@if($document->is_visible) Visible @else Masqué @endif
{{ $document->published_at->format('d/m/Y') }}
{{ $document->uploader->full_name }}
{{ $document->created_at->format('d/m/Y à H:i') }}
{{ $document->updated_at->format('d/m/Y à H:i') }}