providers dash
This commit is contained in:
@@ -17,36 +17,36 @@ class Provider extends SecureBaseController
|
|||||||
"text"=> "Meeting with Amanda and team",
|
"text"=> "Meeting with Amanda and team",
|
||||||
"date"=> "10:30 Jan",
|
"date"=> "10:30 Jan",
|
||||||
],
|
],
|
||||||
[
|
// [
|
||||||
"icon"=> "info",
|
// "icon"=> "info",
|
||||||
"text"=> "Meeting with Amanda and team",
|
// "text"=> "Meeting with Amanda and team",
|
||||||
"date"=> "10:30 Jan",
|
// "date"=> "10:30 Jan",
|
||||||
],
|
// ],
|
||||||
[
|
// [
|
||||||
"icon"=> "danger",
|
// "icon"=> "danger",
|
||||||
"text"=> "Assign task for Smith",
|
// "text"=> "Assign task for Smith",
|
||||||
"date"=> "Wed, 10 Mar",
|
// "date"=> "Wed, 10 Mar",
|
||||||
],
|
// ],
|
||||||
[
|
// [
|
||||||
"icon"=> "success",
|
// "icon"=> "success",
|
||||||
"text"=> "Meeting with Amanda and team",
|
// "text"=> "Meeting with Amanda and team",
|
||||||
"date"=> "10:30 Jan",
|
// "date"=> "10:30 Jan",
|
||||||
],
|
// ],
|
||||||
[
|
// [
|
||||||
"icon"=> "warning",
|
// "icon"=> "warning",
|
||||||
"text"=> "Meeting with Amanda and team",
|
// "text"=> "Meeting with Amanda and team",
|
||||||
"date"=> "10:30 Jan",
|
// "date"=> "10:30 Jan",
|
||||||
],
|
// ],
|
||||||
[
|
// [
|
||||||
"icon"=> "info",
|
// "icon"=> "info",
|
||||||
"text"=> "Meeting with Amanda and team",
|
// "text"=> "Meeting with Amanda and team",
|
||||||
"date"=> "10:30 Jan",
|
// "date"=> "10:30 Jan",
|
||||||
],
|
// ],
|
||||||
[
|
// [
|
||||||
"icon"=> "success",
|
// "icon"=> "success",
|
||||||
"text"=> "Meeting with client and CEO.",
|
// "text"=> "Meeting with client and CEO.",
|
||||||
"date"=> "10:30 Jan",
|
// "date"=> "10:30 Jan",
|
||||||
],
|
// ],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -38,14 +38,14 @@
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<li class="activity-item success">
|
<!-- <li class="activity-item success">-->
|
||||||
<div class="activity-info">
|
<!-- <div class="activity-info">-->
|
||||||
<h5 class="mb-0">Meeting with Amanda and team.</h5>
|
<!-- <h5 class="mb-0">Meeting with Amanda and team.</h5>-->
|
||||||
<span>
|
<!-- <span>-->
|
||||||
Fri, 01 Dec
|
<!-- Fri, 01 Dec-->
|
||||||
</span>
|
<!-- </span>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</li>
|
<!-- </li>-->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user