From dc13c8fabb415a3094ed7f6081164118483fae95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihan=20=C5=9Eent=C3=BCrk?= <53110792+CihanSenturk@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:27:22 +0300 Subject: [PATCH] added new stack document item show --- .../views/components/documents/template/line-item.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/views/components/documents/template/line-item.blade.php b/resources/views/components/documents/template/line-item.blade.php index bfafd3d8c..b106a6795 100644 --- a/resources/views/components/documents/template/line-item.blade.php +++ b/resources/views/components/documents/template/line-item.blade.php @@ -1,4 +1,6 @@ + @stack($item->id . '_line_item_start') + @stack('name_td_start') @if (! $hideItems || (! $hideName && ! $hideDescription)) @@ -73,4 +75,6 @@ @endif @stack('total_td_end') + + @stack($item->id . '_line_item_end')