update sidebar
This commit is contained in:
@@ -163,3 +163,16 @@
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('footer')
|
||||
<div class="row">
|
||||
<footer class="pt-5 d-flex justify-content-between">
|
||||
<p class="col-md-4 mb-0 text-body-secondary">© Alliance-Services</p>
|
||||
<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
|
||||
@@ -34,7 +34,9 @@
|
||||
@yield('content')
|
||||
|
||||
<!-- Footer for end section -->
|
||||
@include('layouts.footer')
|
||||
@hasSection('footer')
|
||||
@yield('footer')
|
||||
@endif
|
||||
<!-- End footer -->
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user