Skip to content

Commit

Permalink
Merge pull request #22 from InfyOmLabs/next_major
Browse files Browse the repository at this point in the history
Next major
  • Loading branch information
mitulgolakiya authored Jul 21, 2022
2 parents a5064e1 + acb4295 commit f0d4b8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -79,9 +79,9 @@ class="img-circle elevation-2"
</footer>
</div>

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

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

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

0 comments on commit f0d4b8f

Please sign in to comment.