password = Hash::make('password123'); $staff->save(); $count++; $this->line("āœ“ Hashed password for: {$staff->nama} (NIP: {$staff->nip})"); } $this->info("\nāœ… Successfully hashed {$count} staff passwords"); } }