Fix document item columns

This commit is contained in:
Burak Çakırel
2021-01-12 13:23:54 +03:00
parent 35d24daad6
commit a763280da6
5 changed files with 52 additions and 54 deletions

View File

@ -173,13 +173,13 @@
@stack('quantity_th_start')
@if (!$hideQuantity)
<th class="quantity">{{ $textQuantity }}</th>
<th class="quantity">{{ trans($textQuantity) }}</th>
@endif
@stack('quantity_th_end')
@stack('price_th_start')
@if (!$hidePrice)
<th class="price">{{ $textPrice }}</th>
<th class="price">{{ trans($textPrice) }}</th>
@endif
@stack('price_th_end')