|
|
|
|
- - |
|
' . $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'] . '';
}
?>
|
|