Samson Mutunga 1 год назад
Родитель
Сommit
67a6b607c2

+ 2 - 2
resources/views/app/patient/note/dashboard.blade.php

@@ -1060,13 +1060,13 @@ use App\Models\Handout;
                 </div>
 
                 <!-- handouts -->
-                <div class="p-3 border-bottom screen-only" data-non-segment-section="Handouts">
+                {{-- <div class="p-3 border-bottom screen-only" data-non-segment-section="Handouts">
                     <?php
                         $handouts = Handout::where('is_active', true)->get();
                         $clientHandouts = $patient->handouts($note);
                     ?>
                     @include('app.patient.handouts-list', compact('patient', 'clientHandouts', 'handouts', 'note'))
-                </div>
+                </div> --}}
 
                 @if($pro->pro_type === 'ADMIN' && $note->hcpPro)
                 <div class="p-3 border-bottom mt-2 screen-only">

+ 1 - 1
resources/views/app/patient/note/lhs-tree.blade.php

@@ -47,7 +47,7 @@
 
     <hr>
     <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="ICDs" href="#">Claim ICDs</a></div>
-    <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Handouts" href="#">Handouts</a></div>
+    {{-- <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Handouts" href="#">Handouts</a></div> --}}
     @if(!$note->is_non_medical || true)
     <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Prescriptions" href="#">ERx &amp; Orders</a></div>
     @endif