If you use bootstrap, you might use this –
<img src="https://stackoverflow.com/questions/29858097/{{URL::asset("/image/propic.png')}}" alt="profile Pic" height="200" width="200">
note: inside public folder create a new folder named image then put your images there. Using URL::asset()
you can directly access to the public folder.