|
@@ -25,8 +25,8 @@
|
|
|
@php
|
|
|
$cpc->auto_detail_json = json_decode($cpc->auto_detail_json);
|
|
|
@endphp
|
|
|
- <div class="d-flex mb-2">
|
|
|
- <h1>Is Covered: {{$cpc->is_covered}}</h1>
|
|
|
+ <div class="d-flex align-items-center mb-2">
|
|
|
+ <h1 class="mr-2 mb-0">Is Covered: {{$cpc->is_covered}}</h1>
|
|
|
@if($cpc->plan_type == 'MEDICARE')
|
|
|
@include('app.patient.primary-coverage-refresh', ['endpoint'=>'refreshCoverageForMedicare'])
|
|
|
<span class="mx-2 text-secondary text-sm">|</span>
|