|
@@ -355,12 +355,12 @@ $addressParts .= implode(", ", $addressPart2);
|
|
|
</div>
|
|
|
@if($performer->pro->pro_type == 'ADMIN')
|
|
|
@if($_cpc->plan_type === 'MEDICARE')
|
|
|
- @if(@$patient->mpb_remaining)
|
|
|
+ @if(@$patient->mpb_remaining !== null)
|
|
|
<div class="ml-2">Deductible: {{format_number(@$patient->mpb_remaining)}} </div>
|
|
|
@endif
|
|
|
@endif
|
|
|
@if($_cpc->plan_type === 'COMMERCIAL')
|
|
|
- @if(@$_cpc->deductable_amount)
|
|
|
+ @if(@$_cpc->deductable_amount !== null)
|
|
|
<div class="ml-2">Deductible: {{format_number(@$_cpc->deductable_amount)}} </div>
|
|
|
@endif
|
|
|
@endif
|