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 @@