update sidebar

This commit is contained in:
2026-04-08 04:35:22 -05:00
parent 0722e6a5ee
commit 558db2bd24
2 changed files with 15 additions and 5 deletions

View File

@@ -194,9 +194,19 @@
</div>
<!-- Sidebar -->
<!-- Footer -->
@section('layouts.footer')
@yield('layouts.footer')
@endsection
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<p class="col-md-4 mb-0 text-body-secondary">© Alliance-Services</p>
<a href="/" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none" aria-label="Bootstrap">
<svg class="bi me-2" width="40" height="32" aria-hidden="true"><use xlink:href="#bootstrap"></use></svg>
</a>
<ul class="nav col-md-4 justify-content-end">
<li class="nav-item"><a href="/dashboard" class="nav-link px-2 text-body-secondary">Home</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">FAQs</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">About</a></li>
</ul>
</footer>
</div>
</main>
</body>
</html>

View File

@@ -1,4 +1,4 @@
@hasSection('layouts.footer')
@section('footer')
<!-- Main Footer -->
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
@@ -13,4 +13,4 @@
</ul>
</footer>
</div>
@endif
@endsection