DOB: {{friendly_date($patient->dob, false,null, true)}}
@if($_cpc && $patient->getPrimaryCoverageStatus() === 'YES')
@if($performer->pro->pro_type == 'ADMIN')
@if($_cpc->plan_type === 'MEDICARE')
@if(@$patient->mpb_remaining !== null)
Deductible: {{format_number(@$patient->mpb_remaining)}}
@endif
@endif
@if($_cpc->plan_type === 'COMMERCIAL')
Deductible: {{@$_cpc->deductible_amount}}
@endif
@endif
@endif