|
@@ -35,16 +35,16 @@
|
|
@else
|
|
@else
|
|
<small class="ml-2 text-muted">(No insurance)</small>
|
|
<small class="ml-2 text-muted">(No insurance)</small>
|
|
@endif
|
|
@endif
|
|
-</div>
|
|
|
|
-@if($coverage)
|
|
|
|
@if($coverage && $coverage->plan_type === 'MEDICARE')
|
|
@if($coverage && $coverage->plan_type === 'MEDICARE')
|
|
- @if(@$patient->mpb_remaining !== null)
|
|
|
|
- <small class="text-muted d-block ml-3">Deductible: {{format_number(@$patient->mpb_remaining)}} </small>
|
|
|
|
- @endif
|
|
|
|
|
|
+ @if(@$patient->mpb_remaining !== null && $patient->mpb_remaining == 0)
|
|
|
|
+ <i class="ml-2 fa fa-circle"></i>
|
|
|
|
+ @endif
|
|
@endif
|
|
@endif
|
|
|
|
+</div>
|
|
|
|
+@if($coverage)
|
|
@if($coverage->plan_type === 'COMMERCIAL')
|
|
@if($coverage->plan_type === 'COMMERCIAL')
|
|
@if(@$coverage->deductible_amount !== null)
|
|
@if(@$coverage->deductible_amount !== null)
|
|
- <small class="text-muted d-block ml-3">Deductible: {{format_number(@$coverage->deductible_amount)}} </small>
|
|
|
|
|
|
+ <small class="d-none pending_availity text-muted d-bloc d-none ml-3">Deductible: {{format_number(@$coverage->deductible_amount)}} </small>
|
|
@endif
|
|
@endif
|
|
@endif
|
|
@endif
|
|
-@endif
|
|
|
|
|
|
+@endif
|