|
@@ -633,9 +633,7 @@ use App\Models\Handout;
|
|
|
@endif
|
|
|
@if($note->hcpPro)
|
|
|
@if(!$note->is_signed_by_hcp )
|
|
|
- @if($note->hcp_pro_id !== $pro->id)
|
|
|
- <span class="text-sm text-secondary screen-only">Only the note's HCP can sign</span>
|
|
|
- @else
|
|
|
+ @if($note->hcp_pro_id === $pro->id)
|
|
|
@if(!$isVisitTemplateBased)
|
|
|
<div moe relative
|
|
|
class="{{ $note->hcp_pro_id !== $pro->id ? 'moe-disabled' : '' }} screen-only"
|