|
@@ -38,7 +38,7 @@
|
|
|
<?php $lastColumnRendered = false; ?>
|
|
|
@foreach($columns as $column)
|
|
|
<tr>
|
|
|
- <th class="border-bottom-0 width-150px font-weight-normal text-nowrap">{{$column['label']}}</th>
|
|
|
+ <th class="border-bottom-0 width-150px font-weight-normal text-nowrap {{request()->input($column['as'] . '_op') ? 'font-weight-bold text-info' : ''}}">{{$column['label']}}</th>
|
|
|
|
|
|
<th class="border-bottom-0 width-150px p-0">
|
|
|
<select class="form-control form-control-sm min-width-unset border-0 rounded-0 shadow-none" name="{{$column['as']}}_op">
|