From 5d98394ff137c715154652b165b33958fe4816f1 Mon Sep 17 00:00:00 2001 From: Sevan Nerse Date: Mon, 28 Jun 2021 22:10:55 +0300 Subject: [PATCH] stacks added for transaction default component --- .../transactions/template/default.blade.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 @@