|
@@ -771,6 +771,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ {{-- follow-up appt. --}}
|
|
|
+ <div class="p-3 screen-only border-bottom" data-non-segment-section="Follow-up Appointment">
|
|
|
+ @include('app/patient/note/follow-up-appointment')
|
|
|
+ </div>
|
|
|
+
|
|
|
<span class="d-none latest-section-ts">{{ $latestSectionTS }}</span>
|
|
|
|
|
|
<!-- handouts -->
|
|
@@ -2412,13 +2417,6 @@
|
|
|
@include('app/patient/note/_cancel-signed-note')
|
|
|
</div>
|
|
|
|
|
|
- {{-- follow-up appt. --}}
|
|
|
- <div class="screen-only">
|
|
|
- <div class="border-top p-3" data-non-segment-section="Follow-up Appointment">
|
|
|
- @include('app/patient/note/follow-up-appointment')
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
@if($pro->pro_type === 'ADMIN' && $note->hcpPro)
|
|
|
<div class="screen-only">
|
|
|
<div class="border-top p3">
|