Skip to content

Commit

Permalink
add @stack('content') (#1235)
Browse files Browse the repository at this point in the history
* add @stack('content')
  • Loading branch information
AMoktar authored Dec 8, 2023
1 parent 39da959 commit 537d21c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
{{-- Main Content --}}
<div class="content">
<div class="{{ config('adminlte.classes_content') ?: $def_container_class }}">
@stack('content')
@yield('content')
</div>
</div>
Expand Down

0 comments on commit 537d21c

Please sign in to comment.