Laravel Dev Application is not loading JavaScript
I am having a strange issue that I have never had before. This is my first Laravel application I have done. Anyways if you view the image below you will see my issue.
Using Google Chrome, my JavaScript files are linked properly, if I click on them in the source, they load the file correctly.
Below that you can see in my dev tools that the JS files do not show up at all in the Resources list! And as such, I cannot access JavaScript files, you'll notice the undefined error for jQuery.
As far as I know, JavaScript is enabled in my browser and works on other sites, sometimes I can even get some JS to work on this site but when I include JS file, they are not working, none of them!
Such a bizarre issue. Does anyone have a clue what could be going on here?

publicdirectory of laravel{{ asset('/js/jquery-1.10.2.min.js') }}