|
@@ -345,15 +345,18 @@ $addressParts .= implode(", ", $addressPart2);
|
|
<div class="d-flex">
|
|
<div class="d-flex">
|
|
<div>DOB: {{friendly_date($patient->dob, false,null, true)}} </div>
|
|
<div>DOB: {{friendly_date($patient->dob, false,null, true)}} </div>
|
|
@if($patient->getPrimaryCoverage() && $patient->getPrimaryCoverageStatus() === 'YES')
|
|
@if($patient->getPrimaryCoverage() && $patient->getPrimaryCoverageStatus() === 'YES')
|
|
- <div class="text-nowrap screen-only ml-2 pl-2 border-left">
|
|
|
|
- {{$patient->getPrimaryCoverage()->insuranceDisplayName()}}
|
|
|
|
- <span class="on-hover-show d-inline-block on-hover-opaque">
|
|
|
|
- <i class="fa fa-check-circle text-success"></i>
|
|
|
|
- <div class="on-hover-content py-2 pl-3 text-nowrap">
|
|
|
|
- Covered
|
|
|
|
- </div>
|
|
|
|
- </span>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="text-nowrap screen-only ml-2 pl-2 border-left">
|
|
|
|
+ {{$patient->getPrimaryCoverage()->insuranceDisplayName()}}
|
|
|
|
+ <span class="on-hover-show d-inline-block on-hover-opaque">
|
|
|
|
+ <i class="fa fa-check-circle text-success"></i>
|
|
|
|
+ <div class="on-hover-content py-2 pl-3 text-nowrap">
|
|
|
|
+ Covered
|
|
|
|
+ </div>
|
|
|
|
+ </span>
|
|
|
|
+ </div>
|
|
|
|
+ @if($performer->pro->pro_type == 'ADMIN')
|
|
|
|
+ <div>Deductible: {{@$patient->latestClientPrimaryCoverage->auto_medicare_mpb_remaining}} </div>
|
|
|
|
+ @endif
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|