|
@@ -43,6 +43,7 @@
|
|
|
<div><b>{{ $measurement->value }}</b></div>
|
|
|
@else
|
|
|
<div>
|
|
|
+ $measurement->label
|
|
|
@if($measurement->label == 'BP')
|
|
|
<div>
|
|
|
<b>{{ $measurement->clientBdtMeasurement->systolic_bp_in_mm_hg }}</b>/<b>{{ $measurement->clientBdtMeasurement->diastolic_bp_in_mm_hg }}</b> mmHg
|
|
@@ -75,7 +76,7 @@
|
|
|
<option value="ACK">Ok</option>
|
|
|
<option value="INVALID_ACK">Invalid</option>
|
|
|
</select>
|
|
|
- <div class="d-flex align-items-center">
|
|
|
+ <div class="d-flex align-items-center mt-2">
|
|
|
<button class="btn btn-sm btn-success mr-2" submit>Submit</button>
|
|
|
<button class="btn btn-sm btn-default mr-2 border" cancel>Cancel</button>
|
|
|
</div>
|