You have to put all your assets in app/public folder, and to access them from your views you can use asset() helper method.
Ex. you can retrieve assets/images/image.png in your view as following:
<img src="https://stackoverflow.com/questions/24794601/{{asset("assets/images/image.png')}}">