providers dash

This commit is contained in:
CHIEFSOFT\ameye
2024-10-27 12:46:55 -04:00
parent 4cdbc1e0b5
commit 5808fb46be
2 changed files with 38 additions and 38 deletions
+30 -30
View File
@@ -17,36 +17,36 @@ class Provider extends SecureBaseController
"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",
],
// [
// "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",
// ],
];
+8 -8
View File
@@ -38,14 +38,14 @@
<?php
}
?>
<li class="activity-item success">
<div class="activity-info">
<h5 class="mb-0">Meeting with Amanda and team.</h5>
<span>
Fri, 01 Dec
</span>
</div>
</li>
<!-- <li class="activity-item success">-->
<!-- <div class="activity-info">-->
<!-- <h5 class="mb-0">Meeting with Amanda and team.</h5>-->
<!-- <span>-->
<!-- Fri, 01 Dec-->
<!-- </span>-->
<!-- </div>-->
<!-- </li>-->
</ul>
</div>
</div>