Moved page-scripts to render after main scripts

This commit is contained in:
Deon George
2018-05-24 12:28:30 +10:00
parent 1bfd5609a5
commit 8bafc735c4
2 changed files with 4 additions and 2 deletions

View File

@@ -36,6 +36,9 @@
@include('adminlte::layouts.partials.scripts')
{{-- Scripts --}}
{!! Asset::scripts() !!}
@yield('page-scripts')
@show
</body>
</html>