diff --git a/app/Views/failed_mail.php b/app/Views/failed_mail.php
index 5622062..fc0bef7 100644
--- a/app/Views/failed_mail.php
+++ b/app/Views/failed_mail.php
@@ -60,15 +60,11 @@
|
- Transaction by : |
+ Customer Name :
= $profile[0]['name']." ".$profile[0]['last_name'] ?>
-
+
|
diff --git a/app/Views/success_mail.php b/app/Views/success_mail.php
index f4bc35b..20b8696 100644
--- a/app/Views/success_mail.php
+++ b/app/Views/success_mail.php
@@ -62,15 +62,11 @@
|
- Transaction by : |
+ Customer Name :
= $profile[0]['name']." ".$profile[0]['last_name']; ?>
-
+
|