diff --git a/src/components/AppAccounts.vue b/src/components/AppAccounts.vue
index 711fcf10..1538d74b 100644
--- a/src/components/AppAccounts.vue
+++ b/src/components/AppAccounts.vue
@@ -26,6 +26,7 @@
Account Name |
Account Number |
Account Balance |
+ Account Country |
Account Currency |
Account Status |
Actions |
@@ -36,6 +37,7 @@
{{ account.name }} |
{{ account.account_number }} |
{{ account.balance }} |
+ {{ account.country }} |
{{ account.currency }} |
-
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Submit
+
+
- Submit
-
-
|