|
@@ -122,6 +122,7 @@
|
|
|
|
|
|
<hr class="m-negator my-3">
|
|
|
<span>MCP: <b>{{ $patient->mcp ? $patient->mcp->displayName() : '-' }}</b></span>
|
|
|
+ @if($pro->pro_type == 'ADMIN')
|
|
|
<div moe class="ml-2">
|
|
|
<a start show><i class="fa fa-edit"></i></a>
|
|
|
<form url="/api/client/putMcp" class="mcp-theme-1">
|
|
@@ -141,6 +142,7 @@
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
+ @endif
|
|
|
|
|
|
<hr class="m-negator my-3">
|
|
|
<span>MCP Onboarding Visit: <b>{{ $patient->has_mcp_done_onboarding_visit }}</b></span>
|