update year in copyright footer for admin layout

This commit is contained in:
LailaWulandarii 2026-01-06 19:21:02 +07:00
parent cc7a171986
commit 97ccef7634
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class="sidebar-item {{ request()->is('admin/beranda', 'admin/beranda-pemilik') ?
<footer class="footer-full">
<div class="footer clearfix mb-0 text-muted text-center">
<p class="mb-0">&copy; 2025 Flo.do All rights reserved</p>
<p class="mb-0">&copy; {{ \Carbon\Carbon::now()->year }} Flo.do All Right Reserved</p>
</div>
</footer>
</div>