|
@@ -221,12 +221,13 @@
|
|
<!-- Claiming Closed? -->
|
|
<!-- Claiming Closed? -->
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- {{--<div class="d-flex flex-column">
|
|
|
|
- <span>453: --</span>
|
|
|
|
- <span>454: --</span>
|
|
|
|
- <span>457: --</span>
|
|
|
|
- <span>458: --</span>
|
|
|
|
- </div>--}}
|
|
|
|
|
|
+ @foreach($row->claims as $claim)
|
|
|
|
+ <div class="d-flex flex-column">
|
|
|
|
+ @foreach($claim->lines as $claimLine)
|
|
|
|
+ <span>{{$claimLine->cpt}}</span>
|
|
|
|
+ @endforeach
|
|
|
|
+ </div>
|
|
|
|
+ @endforeach
|
|
@include('app.patient.care-month._create-claim-table-action', ['careMonth' => $row])
|
|
@include('app.patient.care-month._create-claim-table-action', ['careMonth' => $row])
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|