oction hx

This commit is contained in:
CHIEFSOFT\ameye
2024-10-26 18:39:14 -04:00
parent 19b5846445
commit 981ed8adcf
2 changed files with 52 additions and 54 deletions
+40
View File
@@ -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;