I have a form where I get user email, phone, business name, and business address. Now I want to store user email & phone in users table but want to store business name & address in agents table. How to do that in filamentphp?
I'm thinking that how I can do that but I'm not get any efficient way to do this.