diff --git a/app/Views/failed_mail.php b/app/Views/failed_mail.php
index a264263..5622062 100644
--- a/app/Views/failed_mail.php
+++ b/app/Views/failed_mail.php
@@ -63,7 +63,12 @@
Transaction by :
- = $profile[0]['name']." ".$profile[0]['last_name']." (".$profile[0]['mobile'].")"; ?>
+ = $profile[0]['name']." ".$profile[0]['last_name'] ?>
+
diff --git a/app/Views/success_mail.php b/app/Views/success_mail.php
index 4f30be6..f4bc35b 100644
--- a/app/Views/success_mail.php
+++ b/app/Views/success_mail.php
@@ -65,7 +65,12 @@
Transaction by : |
- = $profile[0]['name']." ".$profile[0]['last_name']." (".$profile[0]['mobile'].")"; ?>
+ = $profile[0]['name']." ".$profile[0]['last_name']; ?>
+
|