|
@@ -32,17 +32,6 @@
|
|
|
@endif
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <div class="d-flex align-items-baseline">
|
|
|
- @if($iPatient->most_recent_completed_mcp_note_uid_cm)
|
|
|
- <a href = "/patients/view/{{$iPatient->client_uid}}/notes/view/{{$iPatient->most_recent_completed_mcp_note_uid_cm}}">
|
|
|
- <span class="sort-data">{{$iPatient->most_recent_completed_mcp_note_date_cm ? friendly_date($iPatient->most_recent_completed_mcp_note_date_cm) : '-'}}</span>
|
|
|
- </a>
|
|
|
- @else
|
|
|
- <span class="sort-data">-</span>
|
|
|
- @endif
|
|
|
- </div>
|
|
|
- </td>
|
|
|
<td>
|
|
|
<div class="d-flex align-items-baseline">
|
|
|
<i class="mr-1 text-sm fa {{$lastVisitWithin90Days ? 'fa-check text-success' : 'fa-exclamation-triangle text-danger'}}"></i>
|