- {citizenProfile.photoUrl ? (
-

- ) : (
-
-
-
- )}
+ {/* Left Section - Photo */}
+
+
+
+
+ {citizenProfile.photoUrl ? (
+

+ ) : (
+
+
+
+ )}
+
+
+ {/* Upload Overlay */}
+
+
+
+
+
+
+
+ {/* Middle + Right Section */}
+
+ {/* Edit Button */}
+
+
+
+
+ {/* Personal Info */}
+
+
+
{t('citizens.nameLabel')}
+
{citizenProfile.fullName || '...'}
+
+
+
{t('citizens.fatherNameLabel')}
+
{citizenProfile.fatherName || '...'}
+
+
+
{t('citizens.locationLabel')}
+
{citizenProfile.location || '...'}
- {/* Upload Overlay */}
-
-
+
+ {/* NFT & Citizen Number Badges */}
+
+
+
NFT ID
+
+ {nftDetails.citizenNFT ? `#${nftDetails.citizenNFT.collectionId}-${nftDetails.citizenNFT.itemId}` : 'N/A'}
+
+
+
+
Citizen No
+
+ {nftDetails.citizenNFT ? `#${nftDetails.citizenNFT.collectionId}-${nftDetails.citizenNFT.itemId}-${citizenNumber}` : 'N/A'}
+
+
+
+
+ VERIFIED
+
-
-
-
-
- {/* Middle Section - Personal Info */}
-
- {/* Edit Button */}
-
-
- {/* Name */}
-
-
{t('citizens.nameLabel')}
-
{citizenProfile.fullName || '...'}
-
-
- {/* Father's Name */}
-
-
{t('citizens.fatherNameLabel')}
-
{citizenProfile.fatherName || '...'}
-
-
- {/* Location */}
-
-
{t('citizens.locationLabel')}
-
{citizenProfile.location || '...'}
-
-
-
- {/* Right Section - NFT & ID Numbers */}
-
- {/* NFT Badge */}
-
-
NFT ID
-
- {nftDetails.citizenNFT ? `#${nftDetails.citizenNFT.collectionId}-${nftDetails.citizenNFT.itemId}` : 'N/A'}
-
-
-
- {/* Citizen Number Badge */}
-
-
Hejmara Welatî
-
Citizen No
-
- {nftDetails.citizenNFT ? `#${nftDetails.citizenNFT.collectionId}-${nftDetails.citizenNFT.itemId}-${citizenNumber}` : 'N/A'}
-
-
-
- {/* Verified Badge */}
-
-
- VERIFIED