|
|
@@ -233,12 +233,15 @@
|
|
|
<th class="sticky-col-header first-col" style="border-bottom:none;"></th>
|
|
|
<th class="sticky-col-header second-col" style="border-bottom:none;"></th>
|
|
|
<th class="sticky-col-header third-col" style="border-bottom:none;"></th>
|
|
|
+
|
|
|
@foreach($totS as $yyy)
|
|
|
- @if (isset($yyy))
|
|
|
- <th style="padding-left:5px !important;padding-right:5px !important;border-bottom:none;">{!!$yyy!!}</th>
|
|
|
- @else
|
|
|
- <th style="padding-left:5px !important;padding-right:5px !important;border-bottom:none;">aa</th>
|
|
|
- @endif
|
|
|
+ <th style="padding-left:5px !important;padding-right:5px !important;border-bottom:none;">
|
|
|
+ @if (isset($yyy))
|
|
|
+ {!!$yyy!!}
|
|
|
+ @else
|
|
|
+
|
|
|
+ @endif
|
|
|
+ </th>
|
|
|
@endforeach
|
|
|
|
|
|
<!--<th style="padding-left:5px !important;padding-right:5px !important;"></th>
|