Skip to content

Commit 16fa54d

Browse files
committed
refactor: refactored the app.blade
1 parent a5064e1 commit 16fa54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adminlte-stubs/layouts/app.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
1313

14-
@yield('third_party_stylesheets')
14+
@stack('third_party_stylesheets')
1515

1616
@stack('page_css')
1717
</head>
@@ -81,7 +81,7 @@ class="img-circle elevation-2"
8181

8282
<script src="{{ mix('js/app.js') }}" defer></script>
8383

84-
@yield('third_party_scripts')
84+
@stack('third_party_scripts')
8585

8686
@stack('page_scripts')
8787
</body>

0 commit comments

Comments
 (0)