oction hx
This commit is contained in:
@@ -10,6 +10,46 @@ class Provider extends SecureBaseController
|
||||
public function StartProviders() {
|
||||
$this->product_model = new \App\Models\Product_model();
|
||||
$data = array();
|
||||
|
||||
$data['actions_history'] = [
|
||||
[
|
||||
"icon"=> "primary",
|
||||
"text"=> "Meeting with Amanda and team",
|
||||
"date"=> "10:30 Jan",
|
||||
],
|
||||
[
|
||||
"icon"=> "info",
|
||||
"text"=> "Meeting with Amanda and team",
|
||||
"date"=> "10:30 Jan",
|
||||
],
|
||||
[
|
||||
"icon"=> "danger",
|
||||
"text"=> "Assign task for Smith",
|
||||
"date"=> "Wed, 10 Mar",
|
||||
],
|
||||
[
|
||||
"icon"=> "success",
|
||||
"text"=> "Meeting with Amanda and team",
|
||||
"date"=> "10:30 Jan",
|
||||
],
|
||||
[
|
||||
"icon"=> "warning",
|
||||
"text"=> "Meeting with Amanda and team",
|
||||
"date"=> "10:30 Jan",
|
||||
],
|
||||
[
|
||||
"icon"=> "info",
|
||||
"text"=> "Meeting with Amanda and team",
|
||||
"date"=> "10:30 Jan",
|
||||
],
|
||||
[
|
||||
"icon"=> "success",
|
||||
"text"=> "Meeting with client and CEO.",
|
||||
"date"=> "10:30 Jan",
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
$data['product_array'] = $this->product_model->getProducts(''); // $product_array;
|
||||
// var_dump($data['product_array']);
|
||||
// exit;
|
||||
|
||||
Reference in New Issue
Block a user