You see, I have a view that shows a list of plants. Before this, I show a picture of a fern with this code:
<img src="helecho.jpg" style="width: 200px; height: 200px; border: 2px solid red">
I have placed the photo in the same directory as the PHP document with my view (index.blade.php).
However, the image is not displayed.
What could I be doing wrong? In fact, I've tried the same image in an isolated html and if it looks.