update sidebar

This commit is contained in:
2026-04-08 04:31:17 -05:00
parent 8bb181af52
commit 0722e6a5ee
2 changed files with 5 additions and 3 deletions

View File

@@ -193,8 +193,10 @@
</div>
</div>
<!-- Sidebar -->
@yield('footer')
<!-- Footer -->
@section('layouts.footer')
@yield('layouts.footer')
@endsection
</main>
</body>
</html>

View File

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