public function getBenotpresend($id)
 {
     $input = Xmlicash::benresendotp();
     $data = Icash::registerkyc($input);
     $output = Xmltoarray::arr($data);
     return Redirect::to('retailer/icash/benotp/' . $id);
     //print_r($output);
 }