updateOrInsert( ['email' => 'admin@meamarji.com'], // must match the actual email [ 'name' => 'Admin', 'email' => 'admin@meamarji.com', // keep consistent 'password' => Hash::make('secret'), // hashed password 'email_verified_at' => now(), 'created_at' => now(), 'updated_at' => now(), ] ); } }