|
@@ -50,7 +50,7 @@
|
|
|
</form>
|
|
|
</span>
|
|
|
</div>
|
|
|
- <table class="table table-sm border-0 m-0">
|
|
|
+ <table class="table table-sm border-0 my-0 mx-2">
|
|
|
<tbody>
|
|
|
@foreach($patient->appointments as $appointment)
|
|
|
<tr>
|
|
@@ -119,7 +119,7 @@
|
|
|
@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>
|
|
@@ -206,7 +206,7 @@
|
|
|
@endif
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- </div>
|
|
|
+ </div>--}}
|
|
|
|
|
|
{{-- allergies --}}
|
|
|
@include('app/patient/partials/allergies')
|