status advice

This commit is contained in:
CHIEFSOFT\ameye
2024-08-04 23:30:01 -04:00
parent aca7f12c57
commit 4dfc7b4e3b
+6 -3
View File
@@ -19,16 +19,19 @@ class Users extends BaseController
public function userDash(){ public function userDash(){
$statusDetail[2] =[ $statusDetail[2] =[
"text" => "Pending", "text" => "Pending",
"button" => false "button" => false,
"advise" => 'Awaiting employers verification'
]; ];
$statusDetail[4] =[ $statusDetail[4] =[
"text" => "Add Card", "text" => "Add Card",
"button" => true "button" => true,
"advise" => 'Add payment card to continue'
]; ];
$statusDetail[7] =[ $statusDetail[7] =[
"text" => "Canceled", "text" => "Canceled",
"button" => false "button" => false,
"advise" => 'Application is cancelled'
]; ];
$in = $this->request->getGet(); $in = $this->request->getGet();