|
@@ -2210,7 +2210,9 @@
|
|
</div>
|
|
</div>
|
|
<div class="note-templates-underlay"></div>
|
|
<div class="note-templates-underlay"></div>
|
|
@include('app.patient.note.dashboard_script')
|
|
@include('app.patient.note.dashboard_script')
|
|
- {{--@include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'rx', 'class' => 'wide', 'noEditLink' => true])--}}
|
|
|
|
|
|
+ @if(!$isVisitTemplateBased)
|
|
|
|
+ @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'rx', 'class' => 'wide', 'noEditLink' => true])
|
|
|
|
+ @endif
|
|
@if($isVisitTemplateBased)
|
|
@if($isVisitTemplateBased)
|
|
<script>
|
|
<script>
|
|
(function() {
|
|
(function() {
|