Informations
@if($document->category)
- Catégorie
-
{{ $document->category->name }}
@endif
- Taille du fichier
- {{ number_format($document->size / 1024, 0) }} Ko
- Type
- {{ strtoupper(pathinfo($document->filename, PATHINFO_EXTENSION)) }}
@if($document->published_at)
- Date de publication
- {{ $document->published_at->format('d/m/Y') }}
@endif