From 981ed8adcf86080f91cfb20def272f8ca7345632 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 26 Oct 2024 18:39:14 -0400 Subject: [PATCH] oction hx --- app/Controllers/Provider.php | 40 ++++++++++++++++++++++ app/Views/provider/dash.php | 66 +++++++----------------------------- 2 files changed, 52 insertions(+), 54 deletions(-) diff --git a/app/Controllers/Provider.php b/app/Controllers/Provider.php index 9ddf8a3..937875b 100644 --- a/app/Controllers/Provider.php +++ b/app/Controllers/Provider.php @@ -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; diff --git a/app/Views/provider/dash.php b/app/Views/provider/dash.php index 42676e4..ce6a3a6 100644 --- a/app/Views/provider/dash.php +++ b/app/Views/provider/dash.php @@ -23,63 +23,21 @@

Actions

-