public function getLoginotp()
 {
     $input = Xmlicash::loginotp(Input::all());
     $data = Icash::registerkyc($input);
     $output = Xmltoarray::arr($data);
     //print_r($output); exit;
     $city = $output['SOAP:ENVELOPE']['SOAP:BODY']['VALIDATELOGIN_V1RESPONSE']['VALIDATELOGIN_V1RESULT'];
     $output1 = Xmltoarray::arr($city);
     //print_r($output1);
 }