浏览代码

server fixes

root 3 年之前
父节点
当前提交
1c288212d2
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      resources/views/app/admin/patients-table-extended.blade.php

+ 3 - 1
resources/views/app/admin/patients-table-extended.blade.php

@@ -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>