I using ajax get the data and append to html in my div, the code likes..
var r = jQuery.parseJSON(JSON.stringify(data));
var append = '<img src="{{ asset('storage/app/item') }}/' + r.image+'">';
And the image url getting an error path message
http://www.example.com/storage/app/item/item-1.jpg
NotFoundHttpException in RouteCollection.php line 161:
What the problem is? How can I get the right url?