added new stack document item show

This commit is contained in:
Cihan Şentürk 2025-09-08 20:27:22 +03:00 committed by GitHub
parent 1bd3c5a153
commit dc13c8fabb
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>