I need to design a form using (multiform wizard or stepper) that saves Data in different tables, Suppose a user fills three forms and saves the data in three different tables, the next time the user login the form should start from the 4th stage, and the user can also edit the save form, the tables are different it does not save in one table how to design such multiform in laravel?
Thanks