|
@@ -139,7 +139,7 @@
|
|
|
<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)
|
|
|
<span class="text-sm text-secondary text-nowrap ml-1"
|
|
|
- title="{{friendly_date_time($iPatient->most_recent_cellular_bp_measurement_at)}}">{{friendly_date_compact($iPatient->most_recent_cellular_bp_measurement_at)}}</span>
|
|
|
+ title="{{friendly_date_time($iPatient->most_recent_cellular_bp_measurement_at)}}">{{friendly_date_time($iPatient->most_recent_cellular_bp_measurement_at, false)}}</span>
|
|
|
@endif
|
|
|
</div>
|
|
|
@else
|
|
@@ -203,7 +203,7 @@
|
|
|
<span class="sort-data">{{round($iPatient->most_recent_cellular_weight_value, 1)}}</span>
|
|
|
@if($iPatient->most_recent_cellular_weight_measurement_at)
|
|
|
<span class="text-sm text-secondary text-nowrap ml-1"
|
|
|
- title="{{friendly_date_time($iPatient->most_recent_cellular_weight_measurement_at)}}">{{friendly_date_compact($iPatient->most_recent_cellular_weight_measurement_at, 'm/d')}}</span>
|
|
|
+ title="{{friendly_date_time($iPatient->most_recent_cellular_weight_measurement_at)}}">{{friendly_date_time($iPatient->most_recent_cellular_weight_measurement_at, false, 'm/d')}}</span>
|
|
|
@endif
|
|
|
</div>
|
|
|
@else
|