To generate path till public directory you have to use asset() helper methord,
and to display image you have to echo that path inside imgsrc
attribute.
This should work for you.
Assuming you have max.jpg in your_project/public/images/max.jpg.
Hope this helps!