clara/resources/views/layout/partials/sidebar-layout/_footer.blade.php
2023-12-14 16:59:17 +07:00

15 lines
570 B
PHP

<!--begin::Footer-->
<div id="kt_app_footer" class="app-footer">
<!--begin::Footer container-->
<div class="app-container container-fluid d-flex flex-column flex-md-row flex-center flex-md-stack py-3">
<!--begin::Copyright-->
<div class="text-gray-900 order-2 order-md-1">
<span class="text-muted fw-semibold me-1">{{ date('Y') }}&copy;</span>
<a href="https://putrakuningan.com" target="_blank" class="text-gray-800 text-hover-primary">Daeng Deni Mardaeni</a>
</div>
<!--end::Copyright-->
</div>
<!--end::Footer container-->
</div>
<!--end::Footer-->