DEV Community

JahWayne
JahWayne

Posted on

Haven't Given Up Yet!

Weekly check in again, I should have done this yesterday but I was in a foul mood. So here we are on another update of my Laravel e-commerce project. Lets start of with the positives, I think I'm doing good, I'm currently working on the interface for the user to add a new product to the store. I am having a bit of trouble with this however and I think it's because I'm trying to bite off more than I can chew. Oh right, since I'm making this post, lets see if I can get some help here. I'm using a template that looks like this:
Template
Now I can very easily just create one singular form to post the data to my route, but I'd prefer to use this layout which is using multiple cards to add/edit product details. How would I be able to Post all the data with just one button? Could I just wrap everything in a form tag and then use the one button to send all the data at once?

If you guys have any suggestions or guidance I'd be glad to hear it.

Top comments (0)