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) @endif + @stack('paid_at_input_end') + @stack('account_id_input_start') @if (!$hideAccount) @endif + @stack('account_id_input_end') + @stack('category_id_input_start') @if (!$hideCategory) @endif + @stack('category_id_input_end') + @stack('payment_method_input_start') @if (!$hidePaymentMethods) @endif + @stack('payment_method_input_end') + @stack('reference_input_start') @if (!$hideReference) @endif + @stack('reference_input_end') + @stack('description_input_start') @if (!$hideDescription) @endif + @stack('description_input_end') @if (!$hideContact)
@@ -81,7 +82,9 @@
@@ -93,7 +96,9 @@
@@ -105,7 +110,9 @@
@@ -117,7 +124,9 @@
@@ -129,7 +138,9 @@
@@ -143,6 +154,7 @@