status advice
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user