diff --git a/app/Helpers/sendMailNotification.php b/app/Helpers/sendMailNotification.php
index 84c8a13d..91bd81d9 100644
--- a/app/Helpers/sendMailNotification.php
+++ b/app/Helpers/sendMailNotification.php
@@ -182,7 +182,7 @@ class sendMailNotification
$table_content .= $policy_name.'
| Name | Mobile Number | Sum Insure | Date Of Birth |
';
$table_content .= $temp_data;
$table_content .= '
';
-
+ $Addon_list = [];
if ($is_addon == 2 || $is_addon == 3) {
$addon_list_array = [
'policy_name'=>$policy_name,
@@ -288,7 +288,7 @@ class sendMailNotification
$table_content .= $policy_name.'| Name | Mobile Number | Sum Insure | Date Of Birth |
';
$table_content .= $temp_data;
$table_content .= '
';
-
+ $Addon_list = [];
if ($is_addon == 2 || $is_addon == 3) {
$addon_list_array = [
'policy_name'=>$policy_name,
@@ -395,7 +395,7 @@ class sendMailNotification
$table_content .= $policy_name.'| Name | Mobile Number | Sum Insure | Date Of Birth |
';
$table_content .= $temp_data;
$table_content .= '
';
-
+ $Addon_list = [];
if ($is_addon == 2 || $is_addon == 3) {
$addon_list_array = [
'policy_name'=>$policy_name,