Skip to content

Commit

Permalink
Enable @stack directive in page.blade.php (jeroennoten#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterBratac authored and jeroennoten committed Sep 2, 2016
1 parent 20e185d commit 4c1359d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@section('adminlte_css')
<link rel="stylesheet"
href="{{ asset('vendor/adminlte/dist/css/skins/skin-' . config('adminlte.skin', 'blue') . '.min.css')}} ">
@stack('css')
@yield('css')
@stop

Expand Down Expand Up @@ -131,5 +132,6 @@

@section('adminlte_js')
<script src="{{ asset('vendor/adminlte/dist/js/app.min.js') }}"></script>
@stack('js')
@yield('js')
@stop

0 comments on commit 4c1359d

Please sign in to comment.