|
@@ -81,14 +81,12 @@
|
|
<td class="text-nowrap d-none">{{$row->chart_number}}</td>
|
|
<td class="text-nowrap d-none">{{$row->chart_number}}</td>
|
|
<td class="text-nowrap">{{friendly_date($row->effective_dateest)}}</td>
|
|
<td class="text-nowrap">{{friendly_date($row->effective_dateest)}}</td>
|
|
<td class="text-nowrap">{{ $row->minutes }}</td>
|
|
<td class="text-nowrap">{{ $row->minutes }}</td>
|
|
- <td class="text-nowrap">
|
|
|
|
- <div class="grow-till-300px">
|
|
|
|
- @if($row->icd1) <div>{{$row->icd1}} {{$row->icd1description}}</div>@endif
|
|
|
|
- @if($row->icd2) <div>{{$row->icd2}} {{$row->icd2description}}</div>@endif
|
|
|
|
- @if($row->icd3) <div>{{$row->icd3}} {{$row->icd3description}}</div>@endif
|
|
|
|
- @if($row->icd4) <div>{{$row->icd4}} {{$row->icd4description}}</div>@endif
|
|
|
|
- @if($row->icd_memo) <div>{{$row->icd_memo}}</div>@endif
|
|
|
|
- </div>
|
|
|
|
|
|
+ <td class="">
|
|
|
|
+ @if($row->icd1) <div class="grow-till-300px">{{$row->icd1}} {{$row->icd1description}}</div>@endif
|
|
|
|
+ @if($row->icd2) <div class="grow-till-300px">{{$row->icd2}} {{$row->icd2description}}</div>@endif
|
|
|
|
+ @if($row->icd3) <div class="grow-till-300px">{{$row->icd3}} {{$row->icd3description}}</div>@endif
|
|
|
|
+ @if($row->icd4) <div class="grow-till-300px">{{$row->icd4}} {{$row->icd4description}}</div>@endif
|
|
|
|
+ @if($row->icd_memo) <div class="grow-till-300px">{{$row->icd_memo}}</div>@endif
|
|
</td>
|
|
</td>
|
|
<td class="text-nowrap">
|
|
<td class="text-nowrap">
|
|
<a open-in-stag-popup popup-style="medium-large" update-parent
|
|
<a open-in-stag-popup popup-style="medium-large" update-parent
|