{{-- Reusable document upload/list panel. Variables expected: $documents — collection of Document models (already loaded) $documentableType — string e.g. "Contract" $documentableId — integer --}}
No documents attached yet.
@else{{ $doc->name }}
{{ $doc->formatted_size }} · {{ $doc->created_at->format('d M Y H:i') }} @if($doc->uploader) · {{ $doc->uploader->name }} @endif