update year in copyright footer for user layout
This commit is contained in:
parent
97ccef7634
commit
e22937c77e
|
|
@ -77,8 +77,8 @@ class="nav-link scroll-link {{ request()->routeIs('booking.foto', 'detail.foto'
|
|||
<main>
|
||||
@yield('content')
|
||||
</main>
|
||||
<footer class="footer pt-5">
|
||||
<div class="container pb-5">
|
||||
<footer class="footer pt-3">
|
||||
<div class="container pb-3">
|
||||
<div class="row justify-content-between align-items-center">
|
||||
|
||||
<div class="col-lg-4 mb-4 mb-lg-0 text-center text-lg-start">
|
||||
|
|
@ -93,7 +93,7 @@ class="nav-link scroll-link {{ request()->routeIs('booking.foto', 'detail.foto'
|
|||
<div class="col-lg-4 mb-4 mb-lg-0 text-center text-lg-center">
|
||||
<ul class="list-unstyled footer-menu mb-0">
|
||||
<li><a href="{{ route('beranda') }}">Beranda</a></li>
|
||||
<li><a href="{{ route('pesan.buket') }}">Pesan Bunga</a></li>
|
||||
<li><a href="{{ route('pesan.buket') }}">Pesan Buket</a></li>
|
||||
<li><a href="{{ route('booking.foto') }}">Booking Foto</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -113,9 +113,9 @@ class="bi bi-tiktok"></i></a>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="copyright-bar py-3 text-center text-white">
|
||||
<div class="copyright-bar py-2 text-center text-white">
|
||||
<div class="container">
|
||||
<small>© 2025 Flo.do All Right Reserved</small>
|
||||
<small>© {{ \Carbon\Carbon::now()->year }} Flo.do All Right Reserved</small>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Reference in New Issue