$data->name, 'email' => $data->email, 'password' => Hash::make($data->password), 'role' => $data->role, ]); } }