|
@@ -30,6 +30,9 @@
|
|
|
{{-- appointments --}}
|
|
|
@include('app/patient/partials/appointments')
|
|
|
|
|
|
+ {{-- allergies --}}
|
|
|
+ @include('app/patient/partials/allergies')
|
|
|
+
|
|
|
{{-- rx --}}
|
|
|
@include('app/patient/partials/rx')
|
|
|
|
|
@@ -300,9 +303,6 @@
|
|
|
{{-- vitals --}}
|
|
|
@include('app/patient/partials/vitals')
|
|
|
|
|
|
- {{-- allergies --}}
|
|
|
- @include('app/patient/partials/allergies')
|
|
|
-
|
|
|
</div>
|
|
|
<div class="col-6">
|
|
|
|