diff --git a/resources/views/components/transactions/template/default.blade.php b/resources/views/components/transactions/template/default.blade.php
index 6690356c3..be80ca1d4 100644
--- a/resources/views/components/transactions/template/default.blade.php
+++ b/resources/views/components/transactions/template/default.blade.php
@@ -265,6 +265,7 @@
@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 2814e1c58..87b4f38b6 100644
--- a/resources/views/components/transfers/template/default.blade.php
+++ b/resources/views/components/transfers/template/default.blade.php
@@ -248,6 +248,7 @@
@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')
diff --git a/resources/views/components/transfers/template/second.blade.php b/resources/views/components/transfers/template/second.blade.php
index 160a5cdfd..830d242a8 100644
--- a/resources/views/components/transfers/template/second.blade.php
+++ b/resources/views/components/transfers/template/second.blade.php
@@ -244,6 +244,7 @@
@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/third.blade.php b/resources/views/components/transfers/template/third.blade.php
index 3359a726a..323facb10 100644
--- a/resources/views/components/transfers/template/third.blade.php
+++ b/resources/views/components/transfers/template/third.blade.php
@@ -258,6 +258,7 @@
@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')