From 6c9f7f07e2d05172f8fd6e0f9d3f56203ef0af25 Mon Sep 17 00:00:00 2001 From: jouls Date: Fri, 8 Mar 2024 11:09:13 +0800 Subject: [PATCH] added comments, minor changes on forms --- users/edit-kyc.php | 48 +++++++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/users/edit-kyc.php b/users/edit-kyc.php index 6a825a2..92cf1bb 100644 --- a/users/edit-kyc.php +++ b/users/edit-kyc.php @@ -21,8 +21,10 @@
+

User Information

- + @@ -69,7 +72,7 @@ } ?>
- +

Images

@@ -77,8 +80,8 @@ if (!empty($array['images'])) { foreach ($array['images'] as $image) { - $img = $image['link'] ; - echo 'KYC Image'; + $img = $image['link']; + echo 'KYC Image'; } } else { echo '

No images available.

'; @@ -110,7 +113,7 @@
- +

Confirm KYC Details

@@ -148,7 +151,7 @@
- + +