create(); $users = \App\Models\User::factory(3)->unverified()->create(); echo "test"; } }