|
@@ -335,12 +335,12 @@
|
|
<td>
|
|
<td>
|
|
@if($iPatient->is_billable_by_mcp)
|
|
@if($iPatient->is_billable_by_mcp)
|
|
@if($iPatient->is_billed_by_mcp)
|
|
@if($iPatient->is_billed_by_mcp)
|
|
- Billed
|
|
|
|
|
|
+ <i class="ml-1 fa fa-check text-success opacity-60" title="Billed"></i>
|
|
@else
|
|
@else
|
|
- Billable
|
|
|
|
|
|
+ <i class="ml-1 fa fa-bolt text-primary" title="Billable"></i>
|
|
@endif
|
|
@endif
|
|
@else
|
|
@else
|
|
- Not Billable
|
|
|
|
|
|
+ <i class="ml-1 fas fa-ban text-secondary" title="Not Billable"></i>
|
|
@endif
|
|
@endif
|
|
</td>
|
|
</td>
|
|
@endif
|
|
@endif
|
|
@@ -348,12 +348,12 @@
|
|
<td>
|
|
<td>
|
|
@if($iPatient->is_billable_by_rmm)
|
|
@if($iPatient->is_billable_by_rmm)
|
|
@if($iPatient->is_billed_by_rmm)
|
|
@if($iPatient->is_billed_by_rmm)
|
|
- Billed
|
|
|
|
|
|
+ <i class="ml-1 fa fa-check text-success opacity-60" title="Billed"></i>
|
|
@else
|
|
@else
|
|
- Billable
|
|
|
|
|
|
+ <i class="ml-1 fa fa-bolt text-primary" title="Billable"></i>
|
|
@endif
|
|
@endif
|
|
@else
|
|
@else
|
|
- Not Billable
|
|
|
|
|
|
+ <i class="ml-1 fas fa-ban text-secondary" title="Not Billable"></i>
|
|
@endif
|
|
@endif
|
|
</td>
|
|
</td>
|
|
@endif
|
|
@endif
|
|
@@ -361,12 +361,12 @@
|
|
<td>
|
|
<td>
|
|
@if($iPatient->is_billable_by_rme)
|
|
@if($iPatient->is_billable_by_rme)
|
|
@if($iPatient->is_billed_by_rme)
|
|
@if($iPatient->is_billed_by_rme)
|
|
- Billed
|
|
|
|
|
|
+ <i class="ml-1 fa fa-check text-success opacity-60" title="Billed"></i>
|
|
@else
|
|
@else
|
|
- Billable
|
|
|
|
|
|
+ <i class="ml-1 fa fa-bolt text-primary" title="Billable"></i>
|
|
@endif
|
|
@endif
|
|
@else
|
|
@else
|
|
- Not Billable
|
|
|
|
|
|
+ <i class="ml-1 fas fa-ban text-secondary" title="Not Billable"></i>
|
|
@endif
|
|
@endif
|
|
</td>
|
|
</td>
|
|
@endif
|
|
@endif
|
|
@@ -379,12 +379,12 @@
|
|
@else
|
|
@else
|
|
@if($iPatient->is_99454_claimable)
|
|
@if($iPatient->is_99454_claimable)
|
|
@if($iPatient->is_99454_claimed)
|
|
@if($iPatient->is_99454_claimed)
|
|
- Claimed
|
|
|
|
|
|
+ <i class="ml-1 fa fa-check text-success opacity-60" title="Claimed"></i>
|
|
@else
|
|
@else
|
|
- Claimable
|
|
|
|
|
|
+ <i class="ml-1 fa fa-bolt text-primary" title="Claimable"></i>
|
|
@endif
|
|
@endif
|
|
@else
|
|
@else
|
|
- <span title="{{$iPatient->why_99454_not_claimable_reason ?: ''}}"></span>Not Claimable
|
|
|
|
|
|
+ <i class="ml-1 fas fa-ban text-secondary" title="Not Claimable: {{$iPatient->why_99454_not_claimable_reason ?: ''}}"></i>
|
|
@endif
|
|
@endif
|
|
@endif
|
|
@endif
|
|
</td>
|
|
</td>
|
|
@@ -394,12 +394,12 @@
|
|
@else
|
|
@else
|
|
@if($iPatient->is_99457_claimable)
|
|
@if($iPatient->is_99457_claimable)
|
|
@if($iPatient->is_99457_claimed)
|
|
@if($iPatient->is_99457_claimed)
|
|
- Claimed
|
|
|
|
|
|
+ <i class="ml-1 fa fa-check text-success opacity-60" title="Claimed"></i>
|
|
@else
|
|
@else
|
|
- Claimable
|
|
|
|
|
|
+ <i class="ml-1 fa fa-bolt text-primary" title="Claimable"></i>
|
|
@endif
|
|
@endif
|
|
@else
|
|
@else
|
|
- <span title="{{$iPatient->why_99457_not_claimable_reason ?: ''}}"></span>Not Claimable
|
|
|
|
|
|
+ <i class="ml-1 fas fa-ban text-secondary" title="Not Claimable: {{$iPatient->why_99457_not_claimable_reason ?: ''}}"></i>
|
|
@endif
|
|
@endif
|
|
@endif
|
|
@endif
|
|
</td>
|
|
</td>
|
|
@@ -409,12 +409,12 @@
|
|
@else
|
|
@else
|
|
@if($iPatient->is_99458_claimable)
|
|
@if($iPatient->is_99458_claimable)
|
|
@if($iPatient->is_99458_claimed)
|
|
@if($iPatient->is_99458_claimed)
|
|
- Claimed
|
|
|
|
|
|
+ <i class="ml-1 fa fa-check text-success opacity-60" title="Claimed"></i>
|
|
@else
|
|
@else
|
|
- Claimable
|
|
|
|
|
|
+ <i class="ml-1 fa fa-bolt text-primary" title="Claimable"></i>
|
|
@endif
|
|
@endif
|
|
@else
|
|
@else
|
|
- <span title="{{$iPatient->why_99458_not_claimable_reason ?: ''}}"></span>Not Claimable
|
|
|
|
|
|
+ <i class="ml-1 fas fa-ban text-secondary" title="Not Claimable: {{$iPatient->why_99458_not_claimable_reason ?: ''}}"></i>
|
|
@endif
|
|
@endif
|
|
@endif
|
|
@endif
|
|
</td>
|
|
</td>
|