Laravel 10 Add or Remove Multiple Input Fields Dynamically with jQuery

To add and remove dynamically multiple input fields and submit to database with jquery and laravel; Simply create an input field on html form and use jquery .add() and .remove() function with this. In this