| Nom | Tipus | Pujat per | Origen | Data |
|---|---|---|---|---|
| {{ Str::limit($document->original_name, 40) }} | {{ $document->document_type ?? 'Altres' }} | @if($document->uploadedByProfessional) {{ $document->uploadedByProfessional->name }} {{ $document->uploadedByProfessional->surname1 }} @else @endif | @if($document->origin_url) {{ $document->origin }} @else {{ $document->origin }} @endif | {{ $document->created_at ? \Carbon\Carbon::parse($document->created_at)->format('d/m/Y') : '' }} |