diff --git a/resources/assets/js/pages/home.vue b/resources/assets/js/pages/home.vue
index 4bd39d4b..c31a127b 100644
--- a/resources/assets/js/pages/home.vue
+++ b/resources/assets/js/pages/home.vue
@@ -197,13 +197,13 @@
| CNY/RMB : |
- RM {{ bookingConfirmTable.amount }}
+ CNY {{ bookingConfirmTable.amount }}
|
| + Service Charges : |
- RM {{ bookingConfirmTable.service_charge }}
+ CNY {{ bookingConfirmTable.service_charge }}
|
@@ -215,25 +215,25 @@
|
- RM {{ bookingConfirmTable.subtotal }}
+ MYR {{ bookingConfirmTable.subtotal }}
|
| + Tax : |
- RM {{ bookingConfirmTable.taxAmount }}
+ MYR {{ bookingConfirmTable.taxAmount }}
|
| + Billing Charge : |
- RM {{ bookingConfirmTable.billingChargeAmount }}
+ MYR {{ bookingConfirmTable.billingChargeAmount }}
|
| Bank In Amount : |
- RM {{ bookingConfirmTable.bankin_amount }}
+ MYR {{ bookingConfirmTable.bankin_amount }}
|