|
@@ -28,6 +28,7 @@
|
|
|
@endif
|
|
|
<th class="border-0">Age</th>
|
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("admin.patients"), 'label' => 'Last Visit', 'key' => 'most_recent_completed_mcp_note_date'])</th>
|
|
|
+ <th class="border-0"></th>
|
|
|
<th class="border-0">Notes</th>
|
|
|
<th class="border-0">Next Appt.</th>
|
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("admin.patients"), 'label' => 'BP/Pulse Timestamp', 'key' => 'most_recent_cellular_bp_measurement_at'])</th>
|
|
@@ -100,8 +101,9 @@
|
|
|
@endif
|
|
|
<td>
|
|
|
{{ friendly_date($patient->most_recent_completed_mcp_note_date) }}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
@if($patient->lastMcpAppointment)
|
|
|
- <br />
|
|
|
<small class="text-muted">{{ $patient->lastMcpAppointment->pro->displayName() }}</small>
|
|
|
@endif
|
|
|
</td>
|