|
@@ -177,7 +177,13 @@
|
|
|
@endif
|
|
|
@endif
|
|
|
|
|
|
- <th class="border-bottom-0 border-top">Comm.</th>
|
|
|
+ <th class="border-bottom-0 border-top">
|
|
|
+ @if($viewingAs === 'ADMIN')
|
|
|
+ Inter.
|
|
|
+ @else
|
|
|
+ MCPI
|
|
|
+ @endif
|
|
|
+ </th>
|
|
|
|
|
|
<!--Time-->
|
|
|
@if($viewingAs !== 'RME')
|
|
@@ -373,12 +379,12 @@
|
|
|
@elseif($viewingAs === 'MCP')
|
|
|
<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">Yes</span>
|
|
|
+ <span class="ml-1 mr-2">{{$iPatient->has_mcp_interacted_with_client_about_rm ? 'Yes' : 'No'}}</span>
|
|
|
</div>
|
|
|
@elseif($viewingAs === 'RMM')
|
|
|
<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">Yes</span>
|
|
|
+ <span class="ml-1 mr-2">{{$iPatient->has_mcp_interacted_with_client_about_rm ? 'Yes' : 'No'}}</span>
|
|
|
</div>
|
|
|
@endif
|
|
|
</td>
|