I am using laravel 5.2 and I have problem with the assets url , I do not manage to call css to or js links
<script src="{{ URL::asset('/js/jquery.min.js') }}"></script>
or
<script src="{{ asset('/js/jquery.min.js') }}"></script>
the url in html is: http://localhost/site/js/...js.
I have tried to add public but still not working
got
NotFoundHttpException in RouteCollection.php line 161:
public/jsandpublic/css?