|
@@ -375,12 +375,18 @@
|
|
|
<td>
|
|
|
@if($viewingAs === 'ADMIN')
|
|
|
<div class="d-flex align-items-baseline flex-nowrap">
|
|
|
- <i class="fa fa-circle text-sm opacity-35 {{$iPatient->has_mcp_interacted_with_client_about_rm ? 'text-success' : 'text-danger'}}"></i>
|
|
|
- <span class="ml-1 mr-2">M</span>
|
|
|
- <i class="fa fa-circle text-sm opacity-35 {{$iPatient->has_rmm_interacted_with_client_about_rm ? 'text-success' : 'text-danger'}}"></i>
|
|
|
- <span class="ml-1 mr-2">R</span>
|
|
|
- <i class="fa fa-circle text-sm opacity-35 {{$iPatient->has_admin_interacted_with_client_about_rm ? 'text-success' : 'text-danger'}}"></i>
|
|
|
- <span class="ml-1 mr-2">A</span>
|
|
|
+ <div class="d-inline-flex align-items-baseline" title="MCP Interaction">
|
|
|
+ <i class="fa fa-circle text-sm opacity-35 {{$iPatient->has_mcp_interacted_with_client_about_rm ? 'text-success' : 'text-danger'}}"></i>
|
|
|
+ <span class="ml-1 mr-2">M</span>
|
|
|
+ </div>
|
|
|
+ <div class="d-inline-flex align-items-baseline" title="RMM Interaction">
|
|
|
+ <i class="fa fa-circle text-sm opacity-35 {{$iPatient->has_rmm_interacted_with_client_about_rm ? 'text-success' : 'text-danger'}}"></i>
|
|
|
+ <span class="ml-1 mr-2">R</span>
|
|
|
+ </div>
|
|
|
+ <div class="d-inline-flex align-items-baseline" title="Admin Interaction">
|
|
|
+ <i class="fa fa-circle text-sm opacity-35 {{$iPatient->has_admin_interacted_with_client_about_rm ? 'text-success' : 'text-danger'}}"></i>
|
|
|
+ <span class="ml-1 mr-2">A</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
@elseif($viewingAs === 'MCP')
|
|
|
<div class="d-flex align-items-baseline flex-nowrap">
|