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
you can Using asset() you can directly access to the image folder.