|
@@ -337,7 +337,7 @@ $addressParts .= implode(", ", $addressPart2);
|
|
<div>DOB: {{friendly_date($patient->dob, false,null, true)}} </div>
|
|
<div>DOB: {{friendly_date($patient->dob, false,null, true)}} </div>
|
|
@if($_cpc && $patient->getPrimaryCoverageStatus() === 'YES')
|
|
@if($_cpc && $patient->getPrimaryCoverageStatus() === 'YES')
|
|
<div class="text-nowrap screen-only ml-2 pl-2 border-left">
|
|
<div class="text-nowrap screen-only ml-2 pl-2 border-left">
|
|
- {{$_cpc->insuranceDisplayPayerName()}}
|
|
|
|
|
|
+ <a href="{{ route('patients.view.primary-coverage', $patient) }}">{{$_cpc->insuranceDisplayPayerName()}}</a>
|
|
<span class="on-hover-show d-inline-block on-hover-opaque">
|
|
<span class="on-hover-show d-inline-block on-hover-opaque">
|
|
<i class="fa fa-check-circle text-success"></i>
|
|
<i class="fa fa-check-circle text-success"></i>
|
|
<div class="on-hover-content py-2 pl-3 text-nowrap">
|
|
<div class="on-hover-content py-2 pl-3 text-nowrap">
|
|
@@ -345,7 +345,7 @@ $addressParts .= implode(", ", $addressPart2);
|
|
</div>
|
|
</div>
|
|
</span>
|
|
</span>
|
|
@if($_cpc->is_manually_determined)
|
|
@if($_cpc->is_manually_determined)
|
|
- <i class="ml-1 fas fa-code-branch text-info" title="Manually determined at {{ friendly_date($_cpc->created_at) }}"></i>
|
|
|
|
|
|
+ <a href="{{ route('patients.view.primary-coverage', $patient) }}"><i class="ml-1 fas fa-code-branch text-info" title="Manually determined at {{ friendly_date($_cpc->created_at) }}"></i></a>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
@if($performer->pro->pro_type == 'ADMIN')
|
|
@if($performer->pro->pro_type == 'ADMIN')
|