diff --git a/resources/views/components/transactions/template/default.blade.php b/resources/views/components/transactions/template/default.blade.php
index 59ca8c9bc..3971fbb67 100644
--- a/resources/views/components/transactions/template/default.blade.php
+++ b/resources/views/components/transactions/template/default.blade.php
@@ -70,6 +70,7 @@
+ @stack('paid_at_input_start')
@if (!$hidePaidAt)
@@ -81,7 +82,9 @@
|
@endif
+ @stack('paid_at_input_end')
+ @stack('account_id_input_start')
@if (!$hideAccount)
@@ -93,7 +96,9 @@
|
@endif
+ @stack('account_id_input_end')
+ @stack('category_id_input_start')
@if (!$hideCategory)
@@ -105,7 +110,9 @@
|
@endif
+ @stack('category_id_input_end')
+ @stack('payment_method_input_start')
@if (!$hidePaymentMethods)
@@ -117,7 +124,9 @@
|
@endif
+ @stack('payment_method_input_end')
+ @stack('reference_input_start')
@if (!$hideReference)
@@ -129,7 +138,9 @@
|
@endif
+ @stack('reference_input_end')
+ @stack('description_input_start')
@if (!$hideDescription)
@@ -143,6 +154,7 @@
|
@endif
+ @stack('description_input_end')
@if (!$hideContact)
|