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

@ -148,12 +148,10 @@
<div class="col-100">
<div class="text">
<table class="lines">
@foreach($document as $item)
<thead style="background-color:{{ $backGroundColor }} !important; -webkit-print-color-adjust: exact;">
@endforeach
<thead style="background-color:{{ $backGroundColor }} !important; -webkit-print-color-adjust: exact;">
<tr>
@stack('name_th_start')
@if ($hideItems || (!$hideName && !$hideDescription))
@if (!$hideItems || (!$hideName && !$hideDescription))
<th class="item text-left text-white">{{ (trans_choice($textItems, 2) != $textItems) ? trans_choice($textItems, 2) : trans($textItems) }}</th>
@endif
@stack('name_th_end')