|
@@ -219,7 +219,7 @@
|
|
|
{{-- device measurements --}}
|
|
|
<div class="mt-2 pb-1">
|
|
|
<div class="d-flex align-items-center mb-2 py-2 border-top border-bottom">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Measurements</h6>
|
|
|
+ <h6 class="my-0 font-weight-bold text-secondary">Cellular Measurements</h6>
|
|
|
</div>
|
|
|
<table class="table table-sm border-0 my-0 mx-2">
|
|
|
<tbody>
|
|
@@ -274,11 +274,8 @@
|
|
|
</div>
|
|
|
|
|
|
|
|
|
- {{-- vitals --}}
|
|
|
- @include('app/patient/partials/vitals')
|
|
|
-
|
|
|
{{-- measurements --}}
|
|
|
- {{--<div class="mt-2 pb-1">
|
|
|
+ <div class="mt-2 pb-1">
|
|
|
<div class="d-flex align-items-center mb-2 py-2 border-top border-bottom">
|
|
|
<h6 class="my-0 font-weight-bold text-secondary">Measurements</h6>
|
|
|
<span class="mx-2 text-secondary">|</span>
|
|
@@ -365,7 +362,10 @@
|
|
|
@endif
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- </div>--}}
|
|
|
+ </div>
|
|
|
+
|
|
|
+ {{-- vitals --}}
|
|
|
+ @include('app/patient/partials/vitals')
|
|
|
|
|
|
{{-- allergies --}}
|
|
|
@include('app/patient/partials/allergies')
|