Jelajahi Sumber

restore caremonth

Peter Muturi 3 tahun lalu
induk
melakukan
4be62b92e7
1 mengubah file dengan 7 tambahan dan 1 penghapusan
  1. 7 1
      resources/views/app/patient/note/rhs-sidebar.blade.php

+ 7 - 1
resources/views/app/patient/note/rhs-sidebar.blade.php

@@ -4,7 +4,13 @@
     $cmStartDate = date('Y-m-01', strtotime($note->effective_dateest));
     $careMonth = \App\Models\CareMonth::where('client_id', $patient->id)->where('start_date', $cmStartDate)->first();
     ?>
-
+    <div id="recent-measurements"
+         class="p-2 border-bottom c-pointer on-hover-aliceblue {{$note->is_signed_by_hcp ? 'events-none' : ''}}"
+         open-in-stag-popup
+         mc-initer="care-month-dashboard-{{$patient->uid}}"
+         title="Care Month: {{friendly_month($careMonth->start_date)}}"
+         popup-style="overflow-visible"
+         href="/patients/view/{{ $note->client->uid }}/care-months/view/{{$careMonth->uid}}">
         <div class="font-weight-bold">
             Recent Measurements
         </div>