Edit data from database using forms laravel
So I was planning to do a type of form to edit the user’s data. I am currently using laravel-8 and I am quite new to it. How do I edit the the data using forms and request can someone help out? I was planning to put the function in my Dashboard controller and the form to a blank page I will be working on. Here is the controller so far: