One of the most important things you need to know when building web apps is how to escape output safely.
If someone can get XSS running on your site, they can hijack your user's accounts and do whatever they want...
[$] https://securinglaravel.com/p/in-depth-escaping-output-safely
#Laravel#PHP