Переглянути джерело

RPM manager - 454 -> 4, 7, 8

Vijayakrishnan 2 роки тому
батько
коміт
af2b701292

+ 21 - 21
resources/views/app/practice-management/rpm-manager/index.blade.php

@@ -215,9 +215,9 @@
 
                                 <!--Claim-->
                                 @if($viewingAs === 'ADMIN')
-                                    <th class="border-bottom-0 border-top">454</th>
-                                    <th class="border-bottom-0 border-top">457</th>
-                                    <th class="border-bottom-0 border-top">458</th>
+                                    <th class="border-bottom-0 border-top">4</th>
+                                    <th class="border-bottom-0 border-top">7</th>
+                                    <th class="border-bottom-0 border-top">8</th>
                                 @endif
 
                                 <th class="border-bottom-0 border-top">Next</th>
@@ -431,12 +431,12 @@
                                         <td>
                                             @if($iPatient->is_billable_by_mcp)
                                                 @if($iPatient->is_billed_by_mcp)
-                                                    <i class="ml-1 fa fa-check text-success opacity-60" title="Billed"></i>
+                                                    <i class="mr-1 fa fa-check text-success opacity-60" title="Billed"></i>
                                                 @else
-                                                    <i class="ml-1 fa fa-bolt text-primary" title="Billable"></i>
+                                                    <i class="mr-1 fa fa-bolt text-primary" title="Billable"></i>
                                                 @endif
                                             @else
-                                                <i class="ml-1 fas fa-ban text-secondary" title="Not Billable"></i>
+                                                <i class="mr-1 fas fa-ban text-secondary" title="Not Billable"></i>
                                             @endif
                                         </td>
                                     @endif
@@ -444,12 +444,12 @@
                                         <td>
                                             @if($iPatient->is_billable_by_rmm)
                                                 @if($iPatient->is_billed_by_rmm)
-                                                    <i class="ml-1 fa fa-check text-success opacity-60" title="Billed"></i>
+                                                    <i class="mr-1 fa fa-check text-success opacity-60" title="Billed"></i>
                                                 @else
-                                                    <i class="ml-1 fa fa-bolt text-primary" title="Billable"></i>
+                                                    <i class="mr-1 fa fa-bolt text-primary" title="Billable"></i>
                                                 @endif
                                             @else
-                                                <i class="ml-1 fas fa-ban text-secondary" title="Not Billable"></i>
+                                                <i class="mr-1 fas fa-ban text-secondary" title="Not Billable"></i>
                                             @endif
                                         </td>
                                     @endif
@@ -457,12 +457,12 @@
                                         <td>
                                             @if($iPatient->is_billable_by_rme)
                                                 @if($iPatient->is_billed_by_rme)
-                                                    <i class="ml-1 fa fa-check text-success opacity-60" title="Billed"></i>
+                                                    <i class="mr-1 fa fa-check text-success opacity-60" title="Billed"></i>
                                                 @else
-                                                    <i class="ml-1 fa fa-bolt text-primary" title="Billable"></i>
+                                                    <i class="mr-1 fa fa-bolt text-primary" title="Billable"></i>
                                                 @endif
                                             @else
-                                                <i class="ml-1 fas fa-ban text-secondary" title="Not Billable"></i>
+                                                <i class="mr-1 fas fa-ban text-secondary" title="Not Billable"></i>
                                             @endif
                                         </td>
                                     @endif
@@ -475,12 +475,12 @@
                                             @else
                                                 @if($iPatient->is_99454_claimable)
                                                     @if($iPatient->is_99454_claimed)
-                                                        <i class="ml-1 fa fa-check text-success opacity-60" title="Claimed"></i>
+                                                        <i class="mr-1 fa fa-check text-success opacity-60" title="Claimed"></i>
                                                     @else
-                                                        <i class="ml-1 fa fa-bolt text-primary" title="Claimable"></i>
+                                                        <i class="mr-1 fa fa-bolt text-primary" title="Claimable"></i>
                                                     @endif
                                                 @else
-                                                    <i class="ml-1 fas fa-ban text-secondary" title="Not Claimable: {{$iPatient->why_99454_not_claimable_reason ?: ''}}"></i>
+                                                    <i class="mr-1 fas fa-ban text-secondary" title="Not Claimable: {{$iPatient->why_99454_not_claimable_reason ?: ''}}"></i>
                                                 @endif
                                             @endif
                                         </td>
@@ -490,12 +490,12 @@
                                             @else
                                                 @if($iPatient->is_99457_claimable)
                                                     @if($iPatient->is_99457_claimed)
-                                                        <i class="ml-1 fa fa-check text-success opacity-60" title="Claimed"></i>
+                                                        <i class="mr-1 fa fa-check text-success opacity-60" title="Claimed"></i>
                                                     @else
-                                                        <i class="ml-1 fa fa-bolt text-primary" title="Claimable"></i>
+                                                        <i class="mr-1 fa fa-bolt text-primary" title="Claimable"></i>
                                                     @endif
                                                 @else
-                                                    <i class="ml-1 fas fa-ban text-secondary" title="Not Claimable: {{$iPatient->why_99457_not_claimable_reason ?: ''}}"></i>
+                                                    <i class="mr-1 fas fa-ban text-secondary" title="Not Claimable: {{$iPatient->why_99457_not_claimable_reason ?: ''}}"></i>
                                                 @endif
                                             @endif
                                         </td>
@@ -505,12 +505,12 @@
                                             @else
                                                 @if($iPatient->is_99458_claimable)
                                                     @if($iPatient->is_99458_claimed)
-                                                        <i class="ml-1 fa fa-check text-success opacity-60" title="Claimed"></i>
+                                                        <i class="mr-1 fa fa-check text-success opacity-60" title="Claimed"></i>
                                                     @else
-                                                        <i class="ml-1 fa fa-bolt text-primary" title="Claimable"></i>
+                                                        <i class="mr-1 fa fa-bolt text-primary" title="Claimable"></i>
                                                     @endif
                                                 @else
-                                                    <i class="ml-1 fas fa-ban text-secondary" title="Not Claimable: {{$iPatient->why_99458_not_claimable_reason ?: ''}}"></i>
+                                                    <i class="mr-1 fas fa-ban text-secondary" title="Not Claimable: {{$iPatient->why_99458_not_claimable_reason ?: ''}}"></i>
                                                 @endif
                                             @endif
                                         </td>