insert([ 'name' => 'Administrator', 'email' => 'adminadiwiyata@dlh.go.id', 'password' => Hash::make('##SekolahAdiwiyata123'), ]); // \App\Models\User::factory(10)->create(); // \App\Models\User::factory()->create([ // 'name' => 'Test User', // 'email' => 'test@example.com', // ]); } }