1
0
Fork 0

Update blank layout view

This commit is contained in:
Daniel Supernault 2019-02-03 20:03:39 -07:00
parent a5a6eaba6e
commit 76a8210f06
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
@yield('content')
</main>
<script type="text/javascript" src="{{ mix('js/app.js') }}"></script>
<script type="text/javascript" src="{{ mix('js/components.js') }}"></script>
@stack('scripts')
</body>
</html>