|
@@ -100,7 +100,7 @@
|
|
|
@if($viewingAs !== 'RME')
|
|
|
<th class="border-top-0 border-bottom-0 bg-aliceblue" colspan="{{$viewingAs === 'ADMIN' ? 3 : 1}}">Time</th>
|
|
|
@endif
|
|
|
- <th class="border-top-0 border-bottom-0 bg-aliceblue" colspan="{{$viewingAs === 'ADMIN' ? 3 : 1}}">Reimbursement</th>
|
|
|
+ <th class="border-top-0 border-bottom-0 bg-aliceblue" colspan="{{$viewingAs === 'ADMIN' ? 3 : 1}}">Reimb.</th>
|
|
|
@if($viewingAs === 'ADMIN')
|
|
|
<th class="border-top-0 border-bottom-0 bg-aliceblue" colspan="3">Claim</th>
|
|
|
@endif
|
|
@@ -280,21 +280,21 @@
|
|
|
@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 text-sm">MCP</span>
|
|
|
+ <span class="ml-1 mr-2">MCP</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 text-sm">RMM</span>
|
|
|
+ <span class="ml-1 mr-2">RMM</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 text-sm">Admin</span>
|
|
|
+ <span class="ml-1 mr-2">Admin</span>
|
|
|
</div>
|
|
|
@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 text-sm">Yes</span>
|
|
|
+ <span class="ml-1 mr-2">Yes</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 text-sm">Yes</span>
|
|
|
+ <span class="ml-1 mr-2">Yes</span>
|
|
|
</div>
|
|
|
@endif
|
|
|
</td>
|