This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-01 14:13:00 -04:00
parent dd88c83296
commit d1e8ae9cd1
7 changed files with 326 additions and 67 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
<!--begin::Page title-->
<div class="page-title d-flex flex-column justify-content-center flex-wrap me-3">
<!--begin::Title-->
<h1 class="page-heading d-flex text-dark fw-bold fs-3 flex-column justify-content-center my-0">Multipurpose</h1>
<h1 class="page-heading d-flex text-dark fw-bold fs-3 flex-column justify-content-center my-0"><?=$page_data['name']?></h1>
<!--end::Title-->
<!--begin::Breadcrumb-->
<ul class="breadcrumb breadcrumb-separatorless fw-semibold fs-7 my-0 pt-1">
@@ -25,7 +25,7 @@
</li>
<!--end::Item-->
<!--begin::Item-->
<li class="breadcrumb-item text-muted">Dashboards</li>
<li class="breadcrumb-item text-muted"><?=$page_data['description']?></li>
<!--end::Item-->
</ul>
<!--end::Breadcrumb-->