$message->subject(Config::get("app.name")." OTP for Login");
});
echo"$(\"#alertdiv\").html('<div class=\"alert alert-success\"><button type=button class=close data-dismiss=alert>×</button><strong>Success</strong> OTP Sent to ($otpemail)</div>');";
}
elseecho"$(\"#alertdiv\").html('<div class=\"alert alert-danger\"><button type=button class=close data-dismiss=alert>×</button><strong>Failed</strong> Too many reuests ($otpemail), please try after 24 hrs</div>');";
}
elseecho"$(\"#alertdiv\").html('<div class=\"alert alert-danger\"><button type=button class=close data-dismiss=alert>×</button><strong>Failed</strong> Invalid User </div>');";
$message->subject(Config::get("app.name")." OTP for Login");
});
echo"$(\"#alertdiv\").html('<div class=\"alert alert-success\"><button type=button class=close data-dismiss=alert>×</button><strong>Success</strong> OTP Sent to ($otpemail)</div>');";
}
elseecho"$(\"#alertdiv\").html('<div class=\"alert alert-danger\"><button type=button class=close data-dismiss=alert>×</button><strong>Failed</strong> Too many reuests ($otpemail), please try after 24 hrs</div>');";
}
elseecho"$(\"#alertdiv\").html('<div class=\"alert alert-danger\"><button type=button class=close data-dismiss=alert>×</button><strong>Failed</strong> Invalid User </div>');";