Skip to content

Commit

Permalink
refactor: refactored the app.blade
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalinfyom committed Jul 14, 2022
1 parent a5064e1 commit 16fa54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adminlte-stubs/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

@yield('third_party_stylesheets')
@stack('third_party_stylesheets')

@stack('page_css')
</head>
Expand Down Expand Up @@ -81,7 +81,7 @@ class="img-circle elevation-2"

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

@yield('third_party_scripts')
@stack('third_party_scripts')

@stack('page_scripts')
</body>
Expand Down

0 comments on commit 16fa54d

Please sign in to comment.