insert([ 'name' => 'Adhimas', 'email' => 'admin@admin.com', 'password' => Hash::make('tembakau123'), // Hash the password 'created_at' => now(), 'updated_at' => now() ]); } }