Date: = $today ?? "" ?>
Inception & Endorsement (File Upload)
Total Inception
= $total_inception_count ?? 0 ?>
Employee file uploads marked as inception
Total Endorsement
= $total_endorsement_count ?? 0 ?>
All non‑inception successful uploads
Employee Enrollment
Draft / Enrolled
= $total_employee_draft_count ?? 0 ?> / = $total_employee_enrolled_count ?? 0 ?>
Employees in draft / enrolled status for the day
Open for Enrollment Policies
= $total_open_for_enrollemnt_policy_count ?? 0 ?>
Policies currently open for enrollment
TPA & Insurer Batch Summary
TPA (Inception / Endorsement)
= $total_tpa_incetion_count ?? 0 ?> / = $total_tpa_endorsement_count ?? 0 ?>
Successful TPA events
Insurer (Inception / Endorsement)
= $total_insurer_incetion_count ?? 0 ?> / = $total_insurer_endorsement_count ?? 0 ?>
Successful insurer events
Sales Funnel & Leads
Opportunities & Won
= $total_opportunity_count ?? 0 ?> / = $total_placement_count ?? 0 ?>
Total opportunities created vs converted
RFQ (Created / Sent to Insurer)
= $total_rfq_created_count ?? 0 ?> / = $total_rfq_insurer_send_count ?? 0 ?>
Movement from opportunity to RFQ
QCR (Created / Sent to Client)
= $total_qcr_created_count ?? 0 ?> / = $total_qcr_client_send_count ?? 0 ?>
Quotes prepared and shared
Total Leads & Activities
= $total_lead_count ?? 0 ?> / = $total_activity_count ?? 0 ?>
Lead entries and logged touchpoints
BDS Policy Transactions
Total BDS Transactions
= $total_bds_count ?? 0 ?>
All policy transactions processed
BDS (Policy / Endorsement)
= $total_bds_policy_wise_count ?? 0?> / = $total_bds_endorsement_wise_count ?? 0 ?>
Split of inceptions vs endorsements
BDS by Policy Type
| Policy Type | Count |
|---|---|
| = esc($row['policy_type']) ?> | = $row['count'] ?> |
| No BDS activity recorded for today. | |
Claims
Total Claims Registered for the day
= $total_claim_count ?? 0 ?>
Claim Status Breakdown
The total claims received so far are listed policy type-wise.
$total_gmc_status_wise_claim_count ?? [],
'GPA Claims' => $total_gpa_status_wise_claim_count ?? [],
'EDLI Claims' => $total_edli_status_wise_claim_count ?? [],
'GTLI Claims' => $total_gtli_status_wise_claim_count ?? [],
];
$hasAnyClaimData = false;
?>
$rows): ?>
= esc($sectionTitle) ?>
| Status | Count |
|---|---|
| = esc($row['claim_status']) ?> | = $row['count'] ?> |