diff --git a/resources/views/components/transactions/template/default.blade.php b/resources/views/components/transactions/template/default.blade.php
index 0814588e7..6690356c3 100644
--- a/resources/views/components/transactions/template/default.blade.php
+++ b/resources/views/components/transactions/template/default.blade.php
@@ -264,6 +264,9 @@
@stack('email_input_end')
@endif
+ @stack('amount_input_start')
+ @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..2814e1c58 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,20 @@
@stack('description_input_end')
+ @stack('amount_input_start')
+ @stack('amount_input_end')
+
|
@stack('details_end')
- @stack('amount_start')
+
- @stack('amount_table_start')
- @stack('amount_input_start')
@@ -269,11 +270,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..160a5cdfd 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,20 @@
@stack('to_account_address_input_end')
|
@endif
+
+ @stack('amount_input_start')
+ @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 +265,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..3359a726a 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,19 @@
@stack('description_input_end')
+ @stack('amount_input_start')
+ @stack('amount_input_end')
+
|
@stack('details_end')
- @stack('amount_start')
- @stack('amount_table_start')
- @stack('amount_input_start')
@@ -279,11 +279,8 @@
|
- @stack('amount_input_end')
|
- @stack('amount_table_end')
- @stack('amount_end')