inserting in two related tables using laravel 11 with one request
i worked with angular for front end and and i want to perform CRUD with laravel
i have two tables users and students, students table have a foreign key referencing to users table.
i want to insert the data that comes from one form, i tried this: