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
In Laravel 5.x you can use laravelcollective/html and the syntax:
{!! Html::image('img/logo.png') !!}