'Failed to load resource: the server responded with a status of 404 (Not Found) can't link my js or css files

I want to make a new website using Laravel but every time I make a new project I get the same problem and I can't solve it. I have tried what feels like everything.

<link rel="stylesheet" href="/resources/css/app.css"/>

Screenshot of my CSS file in the folders tree: screenshot of my CSS file in its folders

and it gives the following error:

Failed to load resource: the server responded with a status of 404 (Not Found)

The question is: how can I fix such problem and any idea on how can I prevent this from happening again in future projects?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source