update year in copyright footer for admin layout
This commit is contained in:
parent
cc7a171986
commit
97ccef7634
|
|
@ -132,7 +132,7 @@ class="sidebar-item {{ request()->is('admin/beranda', 'admin/beranda-pemilik') ?
|
||||||
|
|
||||||
<footer class="footer-full">
|
<footer class="footer-full">
|
||||||
<div class="footer clearfix mb-0 text-muted text-center">
|
<div class="footer clearfix mb-0 text-muted text-center">
|
||||||
<p class="mb-0">© 2025 Flo.do All rights reserved</p>
|
<p class="mb-0">© {{ \Carbon\Carbon::now()->year }} Flo.do All Right Reserved</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue