public function getRemoveotpresend($id)
 {
     $input = Xmlicash::benremoveresendotp();
     $data = Icash::registerkyc($input);
     $output = Xmltoarray::arr($data);
     return Redirect::to('retailer/icash/removebenotp/' . $id);
 }