'pangestu'], [ 'email' => 'info.pangestuyoga@gmail.com', 'password' => Hash::make('Minimal8@'), ] ); $user->profile()->updateOrCreate( ['nik' => '3213051307900001'], [ 'full_name' => 'Yoga Pangestu', 'phone_number' => '082121495806', 'address' => 'Jl. Contoh No. 123', 'birth_place' => 'Jakarta', 'birth_date' => '1990-01-01', 'base_salary' => 1500000, ] ); User::factory(10)->create(); } }