I'm having problems accessing images that I use for my google maps markers within the view.
I start php artisan serve and get value of img location from database. But when I print img, I can't reach the location (NotFoundHttpException), for example (storage/app/public/img/markers/stan.png).
Where should I put img folder and how to access it with "var image" from my view?