|
@@ -19,7 +19,7 @@
|
|
<span class="sort-data">{{$iPatient->most_recent_cellular_bp_sbp_mm_hg ?: '-'}}</span>/{{$iPatient->most_recent_cellular_bp_dbp_mm_hg ?: '-'}}
|
|
<span class="sort-data">{{$iPatient->most_recent_cellular_bp_sbp_mm_hg ?: '-'}}</span>/{{$iPatient->most_recent_cellular_bp_dbp_mm_hg ?: '-'}}
|
|
@if($iPatient->most_recent_cellular_bp_measurement_at)
|
|
@if($iPatient->most_recent_cellular_bp_measurement_at)
|
|
<span class="text-sm text-secondary text-nowrap ml-1"
|
|
<span class="text-sm text-secondary text-nowrap ml-1"
|
|
- title="{{friendly_date_time($iPatient->most_recent_cellular_bp_measurement_at)}}">({{$iPatient->most_recent_cellular_bp_measurement_at}})</span>
|
|
|
|
|
|
+ title="{{friendly_date_time($iPatient->most_recent_cellular_bp_measurement_at)}}">({{friendly_date_est($iPatient->most_recent_cellular_bp_measurement_at)}})</span>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
@@ -28,7 +28,7 @@
|
|
<span class="sort-data">{{$iPatient->most_recent_cellular_weight_value ? round($iPatient->most_recent_cellular_weight_value, 1) : '-'}}</span>
|
|
<span class="sort-data">{{$iPatient->most_recent_cellular_weight_value ? round($iPatient->most_recent_cellular_weight_value, 1) : '-'}}</span>
|
|
@if($iPatient->most_recent_cellular_weight_measurement_at)
|
|
@if($iPatient->most_recent_cellular_weight_measurement_at)
|
|
<span class="text-sm text-secondary text-nowrap ml-1"
|
|
<span class="text-sm text-secondary text-nowrap ml-1"
|
|
- title="{{friendly_date_time($iPatient->most_recent_cellular_weight_measurement_at)}}">({{friendly_date($iPatient->most_recent_cellular_weight_measurement_at)}})</span>
|
|
|
|
|
|
+ title="{{friendly_date_time($iPatient->most_recent_cellular_weight_measurement_at)}}">({{friendly_date_est($iPatient->most_recent_cellular_weight_measurement_at)}})</span>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|