|
@@ -256,14 +256,6 @@
|
|
|
MCP Onboarding Visit Pending
|
|
|
</span>
|
|
|
</span>
|
|
|
- @else
|
|
|
- <span class="text-dark d-inline-flex align-items-center">
|
|
|
- <span class="mr-2 text-secondary">
|
|
|
- <i class="fa fa-check text-sm"></i>
|
|
|
- MCP Onboarding Visit Completed
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- @endif
|
|
|
<span moe>
|
|
|
<a start show><i class="fa fa-edit"></i></a>
|
|
|
<form url="/api/client/updateMcpOnboardingVisitInfo" class="mcp-theme-1">
|
|
@@ -303,10 +295,17 @@
|
|
|
</div>
|
|
|
</form>
|
|
|
</span>
|
|
|
+ @else
|
|
|
+ <span class="text-dark d-inline-flex align-items-center">
|
|
|
+ <span class="mr-2 text-secondary">
|
|
|
+ <i class="fa fa-check text-sm"></i>
|
|
|
+ MCP Onboarding Visit Completed
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ @endif
|
|
|
</div>
|
|
|
</section>
|
|
|
- <section>
|
|
|
- {{--<div><label>Allergies:</label> Grass, Pollen, Latex</div>--}}
|
|
|
+ {{--<section>
|
|
|
<div>
|
|
|
<label>Next Appt:</label>
|
|
|
<?php
|
|
@@ -361,8 +360,8 @@
|
|
|
<label>CM:</label> {{ $patient->is_enrolled_in_cm === 'YES' ? 'Yes' : 'No' }}
|
|
|
<label class="ml-2">RM:</label> {{ $patient->is_enrolled_in_rm === 'YES' ? 'Yes' : 'No' }}
|
|
|
</div>
|
|
|
- </section>
|
|
|
- <section class=vbox>
|
|
|
+ </section>--}}
|
|
|
+ <section class="vbox ml-4">
|
|
|
<div moe>
|
|
|
<button start show>+ Note</button>
|
|
|
<form url="/api/note/createUsingTemplate"
|