|
@@ -129,6 +129,7 @@
|
|
<th>Guidance</th>
|
|
<th>Guidance</th>
|
|
<th>Claiming Closed?</th>
|
|
<th>Claiming Closed?</th>
|
|
<th>Claim</th>
|
|
<th>Claim</th>
|
|
|
|
+ <th>Claim Status</th>
|
|
|
|
|
|
<th>Has Been Spoken To This Month</th>
|
|
<th>Has Been Spoken To This Month</th>
|
|
<th>Days Since Last Visit</th>
|
|
<th>Days Since Last Visit</th>
|
|
@@ -247,20 +248,17 @@
|
|
</div>
|
|
</div>
|
|
@endforeach
|
|
@endforeach
|
|
</div>
|
|
</div>
|
|
- <?php $rowFirstClaim = $row->claims->first(); ?>
|
|
|
|
- @if($rowFirstClaim)
|
|
|
|
- <div class="ml-4">
|
|
|
|
- <div class="d-flex align-items-center">
|
|
|
|
- <span class="mr-2">Status: <b>{{$rowFirstClaim->status}}</b></span>
|
|
|
|
- @include('app.patient.care-month.update-claim-status', ['claim' => $rowFirstClaim])
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- @endif
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|
|
@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>
|
|
|
|
+ <?php $rowFirstClaim = $row->claims->first(); ?>
|
|
|
|
+ @if($rowFirstClaim)
|
|
|
|
+ <span class="mr-2"><b>{{$rowFirstClaim->status}}</b></span>
|
|
|
|
+ @include('app.patient.care-month.update-claim-status', ['claim' => $rowFirstClaim])
|
|
|
|
+ @endif
|
|
|
|
+ </td>
|
|
<td>
|
|
<td>
|
|
{{$row->has_anyone_interacted_with_client_about_rm_outside_note? 'YES': 'NO'}}
|
|
{{$row->has_anyone_interacted_with_client_about_rm_outside_note? 'YES': 'NO'}}
|
|
</td>
|
|
</td>
|