I have a problem with my Jquery in laravel, I have it in the Public folder and I have it with the following code in my main Template as follows:
<script src="{{asset('js/jquery-3.1.1.js')}}"></script>
<script src="{{asset('js/bootstrap.js')}}"></script>
In the console of artisan the following error tells me when I click my dropdowns and when I put inputs type date and things so they require the Jquery: Invalid Request EOF.