I getting an error on the following line
<script type="text/javascript" src="js/jquery.js"></script>
I think this is because if have not install jquery in my laravel project. For other packages I use npm. How can I install jQuery in laravel and how to set up the script type link correctly to my index page?
public/js/folder