|
@@ -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">
|