diff --git a/resources/views/components/transactions/template/default.blade.php b/resources/views/components/transactions/template/default.blade.php
index 0814588e7..be80ca1d4 100644
--- a/resources/views/components/transactions/template/default.blade.php
+++ b/resources/views/components/transactions/template/default.blade.php
@@ -264,6 +264,10 @@
@stack('email_input_end')
@endif
+ @stack('amount_input_start')
+ {{-- The reason for adding the amount part here is because the amount style is broken in the view. --}}
+ @stack('amount_input_end')
+
|
diff --git a/resources/views/components/transfers/template/default.blade.php b/resources/views/components/transfers/template/default.blade.php
index 5ff3758db..87b4f38b6 100644
--- a/resources/views/components/transfers/template/default.blade.php
+++ b/resources/views/components/transfers/template/default.blade.php
@@ -2,7 +2,7 @@
@stack('from_account_start')
- @stack('from_account_id_start')
+ @stack('from_account_id_input_start')
|
@@ -86,7 +86,7 @@
@endif
|
- @stack('from_account_id_end')
+ @stack('from_account_id_input_end')
@stack('from_account_end')
@@ -94,7 +94,7 @@
@stack('to_account_start')
- @stack('to_account_id_start')
+ @stack('to_account_id_input_start')
|
@@ -178,7 +178,7 @@
@endif
|
- @stack('to_account_id_end')
+ @stack('to_account_id_input_end')
@stack('to_account_end')
@@ -247,19 +247,21 @@
@stack('description_input_end')
+ @stack('amount_input_start')
+ {{-- The reason for adding the amount part here is because the amount style is broken in the view. --}}
+ @stack('amount_input_end')
+
|
@stack('details_end')
- @stack('amount_start')
+
- @stack('amount_table_start')
- @stack('amount_input_start')
|
@@ -269,11 +271,8 @@
|
- @stack('amount_input_end')
|
- @stack('amount_table_end')
- @stack('amount_end')
diff --git a/resources/views/components/transfers/template/second.blade.php b/resources/views/components/transfers/template/second.blade.php
index cd3379192..830d242a8 100644
--- a/resources/views/components/transfers/template/second.blade.php
+++ b/resources/views/components/transfers/template/second.blade.php
@@ -68,7 +68,7 @@
@stack('from_account_start')
- @stack('from_account_id_start')
+ @stack('from_account_id_input_start')
|
@@ -152,7 +152,7 @@
@endif
|
- @stack('from_account_id_end')
+ @stack('from_account_id_input_end')
@stack('from_account_end')
@@ -160,7 +160,7 @@
@stack('to_account_start')
- @stack('to_account_id_start')
+ @stack('to_account_id_input_start')
|
@@ -242,20 +242,21 @@
@stack('to_account_address_input_end')
|
@endif
+
+ @stack('amount_input_start')
+ {{-- The reason for adding the amount part here is because the amount style is broken in the view. --}}
+ @stack('amount_input_end')
- @stack('to_account_id_end')
+ @stack('to_account_id_input_end')
@stack('to_account_end')
- @stack('amount_start')
- @stack('amount_table_start')
- @stack('amount_input_start')
|
@@ -265,11 +266,8 @@
|
- @stack('amount_input_end')
|
- @stack('amount_table_end')
- @stack('amount_end')
diff --git a/resources/views/components/transfers/template/third.blade.php b/resources/views/components/transfers/template/third.blade.php
index e1034c8bd..323facb10 100644
--- a/resources/views/components/transfers/template/third.blade.php
+++ b/resources/views/components/transfers/template/third.blade.php
@@ -6,7 +6,7 @@
@stack('from_account_start')
- @stack('from_account_id_start')
+ @stack('from_account_id_input_start')
|
@@ -90,7 +90,7 @@
@endif
|
- @stack('from_account_id_end')
+ @stack('from_account_id_input_end')
@stack('from_account_end')
@@ -100,7 +100,7 @@
@stack('to_account_start')
- @stack('to_account_id_start')
+ @stack('to_account_id_input_start')
|
@@ -184,7 +184,7 @@
@endif
|
- @stack('to_account_id_end')
+ @stack('to_account_id_input_end')
@stack('to_account_end')
@@ -257,19 +257,20 @@
@stack('description_input_end')
+ @stack('amount_input_start')
+ {{-- The reason for adding the amount part here is because the amount style is broken in the view. --}}
+ @stack('amount_input_end')
+
|
@stack('details_end')
- @stack('amount_start')
- @stack('amount_table_start')
- @stack('amount_input_start')
|
@@ -279,11 +280,8 @@
|
- @stack('amount_input_end')
|
- @stack('amount_table_end')
- @stack('amount_end')