count(10) ->state(['role' => 'doctor']) ->has(DoctorProfile::factory(), 'doctorProfile') ->create(); Account::factory() ->count(10) ->state(['role' => 'patient']) ->create(); } }