We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5064e1 commit 16fa54dCopy full SHA for 16fa54d
adminlte-stubs/layouts/app.blade.php
@@ -11,7 +11,7 @@
11
12
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
13
14
- @yield('third_party_stylesheets')
+ @stack('third_party_stylesheets')
15
16
@stack('page_css')
17
</head>
@@ -81,7 +81,7 @@ class="img-circle elevation-2"
81
82
<script src="{{ mix('js/app.js') }}" defer></script>
83
84
-@yield('third_party_scripts')
+@stack('third_party_scripts')
85
86
@stack('page_scripts')
87
</body>
0 commit comments