unknown 3 years ago
parent
commit
bcb9c111b6
1 changed files with 11 additions and 11 deletions
  1. 11 11
      resources/views/app/mcp/patients-table.blade.php

+ 11 - 11
resources/views/app/mcp/patients-table.blade.php

@@ -115,16 +115,16 @@
 </div>
 </div>
 
 
 <td>
 <td>
-    @if($client->most_recent_cellular_bp_measurement_at)
-        {{ $client->most_recent_cellular_bp_sbp_mm_hg }} / {{ $client->most_recent_cellular_bp_dbp_mm_hg }}
+    @if($patient->most_recent_cellular_bp_measurement_at)
+        {{ $patient->most_recent_cellular_bp_sbp_mm_hg }} / {{ $patient->most_recent_cellular_bp_dbp_mm_hg }}
     @endif
     @endif
 </td>
 </td>
-<td><?= $client->most_recent_cellular_bp_value_irregular ? '<i class="fa fa-heartbeat"></i>' : '' ?></td>
-<td>{{ $client->most_recent_cellular_bp_value_pulse }}</td>
-<td>{{ friendlier_date_time($client->most_recent_cellular_bp_measurement_at) }}</td>
-<td>{{ $client->most_recent_cellular_bp_battery_voltage }}</td>
-<td>{{ $client->most_recent_cellular_bp_signal_strength }}</td>
-<td>{{ $client->most_recent_cellular_weight_value ? round($client->most_recent_cellular_weight_value, 2) : '--' }}</td>
-<td>{{ friendlier_date_time($client->most_recent_cellular_weight_measurement_at) }}</td>
-<td>{{ $client->most_recent_cellular_weight_battery_voltage }}</td>
-<td>{{ $client->most_recent_cellular_weight_signal_strengtd }}</td>
+<td><?= $patient->most_recent_cellular_bp_value_irregular ? '<i class="fa fa-heartbeat"></i>' : '' ?></td>
+<td>{{ $patient->most_recent_cellular_bp_value_pulse }}</td>
+<td>{{ friendlier_date_time($patient->most_recent_cellular_bp_measurement_at) }}</td>
+<td>{{ $patient->most_recent_cellular_bp_battery_voltage }}</td>
+<td>{{ $patient->most_recent_cellular_bp_signal_strength }}</td>
+<td>{{ $patient->most_recent_cellular_weight_value ? round($patient->most_recent_cellular_weight_value, 2) : '--' }}</td>
+<td>{{ friendlier_date_time($patient->most_recent_cellular_weight_measurement_at) }}</td>
+<td>{{ $patient->most_recent_cellular_weight_battery_voltage }}</td>
+<td>{{ $patient->most_recent_cellular_weight_signal_strengtd }}</td>