From 4dfc7b4e3b042bde8f1a0ba15d46a04d4e503ef4 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 4 Aug 2024 23:30:01 -0400 Subject: [PATCH] status advice --- app/Controllers/Users.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/Controllers/Users.php b/app/Controllers/Users.php index 3cc062c..e45adb2 100644 --- a/app/Controllers/Users.php +++ b/app/Controllers/Users.php @@ -19,16 +19,19 @@ class Users extends BaseController public function userDash(){ $statusDetail[2] =[ "text" => "Pending", - "button" => false + "button" => false, + "advise" => 'Awaiting employers verification' ]; $statusDetail[4] =[ "text" => "Add Card", - "button" => true + "button" => true, + "advise" => 'Add payment card to continue' ]; $statusDetail[7] =[ "text" => "Canceled", - "button" => false + "button" => false, + "advise" => 'Application is cancelled' ]; $in = $this->request->getGet();