+ {[
+ { label: 'Full Name', value: fullName },
+ { label: 'Email Address', value: emailAddress },
+ { label: 'Date of Birth', value: dateOfBirth },
+ { label: 'Address', value: address },
+ { label: 'Nationality', value: nationality },
+ { label: 'Identity Document Type', value: identityDocumentType }
+ ].map(({ label, value }) => (
+
+ ))}
+