update sidebar

This commit is contained in:
2026-04-08 23:25:54 -05:00
parent 350b4e3559
commit e7473b2b52
2 changed files with 3 additions and 2 deletions

View File

@@ -165,5 +165,5 @@
@endsection
@hasSection('footer')
@include('layouts.footer')
@yield('layouts.footer')
@endif

View File

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