i have more tables taht is the same and i want to save the data in each table depends on tipe of users laravel code example
Example: laravel eloquent associate
$account = App\Account::find(10);
$user->account()->associate($account);
$user->save();