如何在Laravel中将记录保存到多个表中

我有一个包含申请人数据的申请表。 但是我想将数据插入到students_info,students_records和students_contacts三个表中 当用户批准申请表中的记录时 students_info id是两个表中的外键

我该如何实现