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();