|
@@ -149,7 +149,7 @@ use App\Models\Handout;
|
|
|
<div class="pr-2">
|
|
|
{{$note->title}}
|
|
|
@if(!$note->is_signed_by_hcp || $pro->pro_type === 'ADMIN')
|
|
|
- <div moe>
|
|
|
+ <div moe class="ml-1">
|
|
|
<a href="" show start><i class="fa fa-edit"></i></a>
|
|
|
<form url="/api/note/putTitle">
|
|
|
<input type="hidden" name="uid" value="{{$note->uid}}">
|
|
@@ -163,10 +163,7 @@ use App\Models\Handout;
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
- @if($note->visit_template_id)
|
|
|
- {{--<div class="d-inline border-left pl-2">
|
|
|
- @include('app.practice-management.visit-templates.change-note-visit-template')
|
|
|
- </div>--}}
|
|
|
+ @if($note->visitTemplate && $note->visitTemplate->internal_name == 'omega_soap_visit' && $note->new_or_fu_or_na !== 'NEW')
|
|
|
<div moe relative class="d-inline border-left pl-2 ml-2">
|
|
|
<a start show>Clone</a>
|
|
|
<form url="/api/visit/clone" class="mcp-theme-1" left
|
|
@@ -205,8 +202,6 @@ use App\Models\Handout;
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
- @else
|
|
|
- <a href="#" class="text-primary trigger-clone ml-2 pl-2 border-left" data-uid="{{$note->uid}}">Clone</a>
|
|
|
@endif
|
|
|
@endif
|
|
|
</div>
|