update sidebar

This commit is contained in:
2026-04-08 23:25:05 -05:00
parent 015b169e87
commit 350b4e3559
2 changed files with 6 additions and 4 deletions

View File

@@ -162,4 +162,8 @@
</div>
</div>
</div>
@endsection
@endsection
@hasSection('footer')
@include('layouts.footer')
@endif

View File

@@ -34,9 +34,7 @@
@yield('content')
<!-- Footer for end section -->
@section('footer')
@include('layouts.footer')
@endsection
@yield('layouts.footer')
<!-- End footer -->
</div>
</main>