{{ $note->title ?? 'Nota clínica' }}
{{ $note->created_at->format('d/m/Y') }}{{ $note->content }}
{{ $note->content }}
{{ $consent->signer_name ?: 'Sin firmante' }}
{{ $consent->content }}
@if ($consent->document_path) Ver documento → @endif{{ $file->type }} · {{ $file->humanSize() }}
{{ $file->description }}
@endif