$file) { //print_r((json_decode($file['reason'])));
// $reason = json_decode(($file['reason']));
// $reason = "{'date':'value data kbckl kcn/aksl'}";
// echo $reason;
?>
|
|
|
|
|
- |
= $file['action'] == 'enrollment' ? 'Enrolment' : $file['action'] ?> |
' . $file['first_name'] . '' ?>
|
";
} else if ($file['status'] == 'inprogress') {
if ($file['action'] == 'inception' || $file['action'] == 'addition' || $file['action'] == 'dependent_addtion') {
$tool_tip_text = "Live(s) : {$file['employee_count']}" . " | Total premium : ₹ " . format_indian_number($file['total'], 2, ',') . " | Click to reload";
echo '' . $file['status'] . '';
}else{
echo '' . $file['status'] . '';
}
} else if ($file['status'] == 'Success') {
if ($file['action'] == 'inception' || $file['action'] == 'addition' || $file['action'] == 'dependent_addtion') {
$tool_tip_text = "Live(s) : {$file['employee_count']}" . " | Total premium : ₹ " . format_indian_number($file['total'], 2, ',');
// $tool_tip_text = "dssd";
// Total Amount : $file['total']";
echo '' . $file['status'] . '';
}else{
echo '' . $file['status'] . '';
}
}else{
echo '' . $file['status'] . '';
}
?>
|
|