I have installed Laravel version 8.2.6 and I am encountering an error: "/illustrations/sketchy-1/9.png not found". However, the image is present and has the correct permissions. How can I resolve this issue?
Hi Samuel Olavo
Maybe it's in the assets/media folder? So you have to set the path correctly. Eg. assets/media/illustrations/sketchy-1/9.png
Try adjusting the path to reflect its location within the assets/media directory. For example, you should set the path as follows:
< img src="{{ asset("assets/media/illustrations/sketchy-1/9.png") >