| Insurer Name | Insurer Branch Name | CD Account Number | Current Balance | Action |
|---|---|---|---|---|
| insurer_name;?> | insurer_branch_name;?> | cd_master_account_no;?> | ₹ insurer_id; $cd_ac_pk = $value->cd_ac_pk; // Check if the balance information exists for the insurer if (isset($balances[$insurerId . '-'. $cd_ac_pk])) { $balance = $balances[$insurerId . '-'. $cd_ac_pk]->balance; echo $balance; } else { echo "N/A"; // Display "Not Available" if balance information is not present } ?> | insurer_id}?client_id={$value->client_id}&cd_ac_pk={$value->cd_ac_pk}"); ?>"> View Deposit |