|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/public_html/kite.mata-lashes.com/app/Views/admin/pages/primary/store/ |
Upload File : |
<?= $this->extend('admin/layout/admin') ?>
<?= $this->section('content') ?>
<!--begin::Content-->
<div class="content d-flex flex-column flex-column-fluid" id="kt_content">
<!--begin::Toolbar-->
<div class="toolbar" id="kt_toolbar">
<!--begin::Container-->
<div id="kt_toolbar_container" class="container-fluid d-flex flex-stack">
<!--begin::Page title-->
<div data-kt-swapper="true" data-kt-swapper-mode="prepend"
data-kt-swapper-parent="{default: '#kt_content_container', 'lg': '#kt_toolbar_container'}"
class="page-title d-flex align-items-center flex-wrap me-3 mb-5 mb-lg-0">
<!--begin::Title-->
<h1 class="d-flex text-dark fw-bolder fs-3 align-items-center my-1">Dashboard
<!--begin::Separator-->
<span class="h-20px border-1 border-gray-200 border-start ms-3 mx-2 me-1"></span>
<!--end::Separator-->
<!--begin::Description-->
<span class="text-muted fs-7 fw-bold mt-2">Administrator</span>
<!--end::Description--></h1>
<!--end::Title-->
</div>
<!--end::Page title-->
</div>
<!--end::Container-->
</div>
<!--end::Toolbar-->
<div class="post d-flex flex-column-fluid" id="kt_post">
<div id="kt_content_container" class="container-fluid">
<div class="d-flex h-50 h-md-75 h-lg-100">
<div class="d-flex flex-column flex-center pb-0 pb-lg-10 p-10 w-100 w-md-75 w-lg-50 mx-auto">
<img alt="Logo" src="assets/theme/admin/images/welcome.svg" class="mx-auto mw-100 w-150px w-md-300px mb-10"/>
<h1 class="text-gray-800 fs-2qx fw-bold text-center mb-7">Selamat Datang di Sistem IT Inventory KITE <br>PT Mahkota Tri Angjaya</h1>
</div>
</div>
</div>
</div>
</div>
<?= $this->endSection('content') ?>