fix script tag after closed body

Fix script tag (all.js) placed after body was closed.
This commit is contained in:
Ronald
2020-03-04 10:25:45 +01:00
committed by GitHub
parent 5ff2289eeb
commit 8db3391967

View File

@@ -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>