My image file path is public/img/logo.png and my app.blade.php file path is resources/views/app.blade.php
public/img/logo.png
resources/views/app.blade.php
Inside of my app.blade.php fi
If you use bootstrap, you might use this -
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.
URL::asset()