'admin@bratanbonus.test'], [ 'name' => 'Admin Bratan', 'password' => Hash::make('password'), 'role' => 'admin', ] ); $this->command->info('Admin User created successfully!'); $this->command->info('--------------------------------'); $this->command->info('Email: ' . $user->email); $this->command->info('Password: password'); $this->command->info('Role: ' . $user->role); $this->command->info('--------------------------------'); } }