I'm building a form with Bootstrap in a Laravel 5.2 view, where I will have an option to add additional input fields like you can see here in this link.
So, I will essentially need to be passing a PHP array of data (I think) to my controller. I'm just trying to comprehend how exactly I can do this.