I am new using Laravel and I need help to understand better and in a simple way how to handle data from Laravel forms, for example load, modify, consult and edit data using GET and POST methods, if you had a simple example of a project in Laravel would appreciate it since in what I get lost is in the circuit of "route -> controller (query data to the database) -> view" and then from the "view" I must repeat the circuit .