fix script tag after closed body
Fix script tag (all.js) placed after body was closed.
This commit is contained in:
@@ -87,6 +87,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
@yield('bottom-content')
|
@yield('bottom-content')
|
||||||
|
<script src="{{ asset(mix('dist/js/all.js')) }}"></script>
|
||||||
</body>
|
</body>
|
||||||
<script src="{{ asset(mix('dist/js/all.js')) }}"></script>
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user