|
@@ -369,12 +369,14 @@
|
|
|
<div class="mt-2 pt-2">
|
|
|
@php
|
|
|
$cpc = $patient->latestClientPrimaryCoverage;
|
|
|
- $cpc->auto_detail_json = json_decode($cpc->auto_detail_json);
|
|
|
@endphp
|
|
|
</div>
|
|
|
@if(!$cpc)
|
|
|
<div class="alert alert-info">No coverage for this client</div>
|
|
|
@else
|
|
|
+ @php
|
|
|
+ $cpc->auto_detail_json = json_decode($cpc->auto_detail_json);
|
|
|
+ @endphp
|
|
|
<div class="d-flex mb-2">
|
|
|
@if($cpc->plan_type == 'MEDICARE')
|
|
|
<div moe relative>
|