|
@@ -332,7 +332,7 @@ $addressParts .= implode(", ", $addressPart2);
|
|
|
</div>
|
|
|
</div>
|
|
|
@endif
|
|
|
- <?php $_cpc = $patient->getPrimaryCoverage(); ?>
|
|
|
+ <?php $_cpc = $patient->getPrimaryCoverage();?>
|
|
|
<div class="d-flex">
|
|
|
<div>DOB: {{friendly_date($patient->dob, false,null, true)}} </div>
|
|
|
@if($_cpc && $patient->getPrimaryCoverageStatus() === 'YES')
|
|
@@ -361,7 +361,7 @@ $addressParts .= implode(", ", $addressPart2);
|
|
|
@endif
|
|
|
@if($_cpc->plan_type === 'COMMERCIAL')
|
|
|
|
|
|
- <div class="ml-2">Deductible: {{format_number(@$_cpc->deductable_amount)}} </div>
|
|
|
+ <div class="ml-2">Deductible: {{@$_cpc->deductible_amount}} </div>
|
|
|
|
|
|
@endif
|
|
|
@endif
|