Merge pull request #3313 from CihanSenturk/add-new-stack-document-ıtem-show

Added new stack document item show
This commit is contained in:
Cihan Şentürk 2025-09-08 21:01:26 +03:00 committed by GitHub
commit 8fb34dc8d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
<tr>
@stack($item->id . '_line_item_start')
@stack('name_td_start')
@if (! $hideItems || (! $hideName && ! $hideDescription))
<td class="item text text-alignment-left text-left max-w-0">
@ -73,4 +75,6 @@
</td>
@endif
@stack('total_td_end')
@stack($item->id . '_line_item_end')
</tr>