0👍
Try to delete defer
attribute in the app layout in your laravel html template in “views/layouts/app.blade.php”:
<script src="{{ asset('js/app.js') }}"></script>
Source:stackexchange.com
0👍
Try to delete defer
attribute in the app layout in your laravel html template in “views/layouts/app.blade.php”:
<script src="{{ asset('js/app.js') }}"></script>