16 lines
966 B
PHP
16 lines
966 B
PHP
@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">
|
|
<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>
|
|
@endsection |