This lesson was about forms and storage. Not sure how I feel about the way forms are created in Laravel. I am a little spoiled by Laminas, in that they use form objects to generate and validate the forms. Laravel seems to let you create your form in the view and then in the controller you can validate the form. While this is just a small amount of code, I am not sure I like it. It is very simple to add validation and even customize the messages.