Recover data for Controller in Laravel

0

I'm developing a web application with Laravel and on one of my screens I have a Customer and Contact relationship, where a client can have multiple contacts.

So in my View I have a method to go adding my contacts to a table. for example: I inform the cell, phone and email fields and click on add contact and it will save ...

My question is, how can I send this data to my client controller?

[EDIT]

I have a create-edit Client screen. where I have the client data: Name, Cpf, Email ... and then I have 3 fields, cell phone and email and an add button where I will inform these 3 fields and adding in the table. my problem is when I send the information from this table to the server.

    
asked by anonymous 26.12.2017 / 17:01

0 answers