|
@@ -6,7 +6,7 @@
|
|
<span><b>No coverage info!</b></span>
|
|
<span><b>No coverage info!</b></span>
|
|
@elseif($coverage->plan_type === 'MEDICARE')
|
|
@elseif($coverage->plan_type === 'MEDICARE')
|
|
@if($coverage->creation_strategy == 'NEW' || $coverage->creation_strategy == 'AUTO_REFRESH')
|
|
@if($coverage->creation_strategy == 'NEW' || $coverage->creation_strategy == 'AUTO_REFRESH')
|
|
- <table class="table table-sm table-borderless">
|
|
|
|
|
|
+ <table class="table table-sm table-bordered">
|
|
<tr>
|
|
<tr>
|
|
<td class="font-weight-bold">Medicare Part B (Primary)</td>
|
|
<td class="font-weight-bold">Medicare Part B (Primary)</td>
|
|
<td>
|
|
<td>
|
|
@@ -34,7 +34,7 @@
|
|
@endif
|
|
@endif
|
|
</table>
|
|
</table>
|
|
@else
|
|
@else
|
|
- <table class="table table-sm table-borderless">
|
|
|
|
|
|
+ <table class="table table-sm table-bordered">
|
|
<tr>
|
|
<tr>
|
|
<td class="font-weight-bold">Medicare Part B (Primary)</td>
|
|
<td class="font-weight-bold">Medicare Part B (Primary)</td>
|
|
<td>
|
|
<td>
|
|
@@ -68,18 +68,21 @@
|
|
|
|
|
|
@elseif($coverage->plan_type === 'MEDICAID')
|
|
@elseif($coverage->plan_type === 'MEDICAID')
|
|
@if($coverage->creation_strategy == 'NEW' || $coverage->creation_strategy == 'AUTO_REFRESH')
|
|
@if($coverage->creation_strategy == 'NEW' || $coverage->creation_strategy == 'AUTO_REFRESH')
|
|
- <table class="table table-sm table-borderless">
|
|
|
|
|
|
+ <table class="table table-sm table-bordered">
|
|
<tr>
|
|
<tr>
|
|
<td class="font-weight-bold">Medicaid (Primary):</td>
|
|
<td class="font-weight-bold">Medicaid (Primary):</td>
|
|
<td>
|
|
<td>
|
|
<span><b>{{$coverage->mcd_payer_name ?? '-'}}</b></span> <br>
|
|
<span><b>{{$coverage->mcd_payer_name ?? '-'}}</b></span> <br>
|
|
<span><i class="fas fa-hourglass-half text-warning"></i> Pending Validation</span> <br>
|
|
<span><i class="fas fa-hourglass-half text-warning"></i> Pending Validation</span> <br>
|
|
- <span>{{date_format($coverage->created_at, 'm/d/Y')}}</span>
|
|
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="font-weight-bold">Date Created:</td>
|
|
|
|
+ <td><span>{{date_format($coverage->created_at, 'm/d/Y')}}</span></td>
|
|
|
|
+ </tr>
|
|
</table>
|
|
</table>
|
|
@else
|
|
@else
|
|
- <table class="table table-sm table-borderless">
|
|
|
|
|
|
+ <table class="table table-sm table-bordered">
|
|
<tr>
|
|
<tr>
|
|
<td class="font-weight-bold">Medicaid (Primary):</td>
|
|
<td class="font-weight-bold">Medicaid (Primary):</td>
|
|
<td>
|
|
<td>
|
|
@@ -104,18 +107,21 @@
|
|
|
|
|
|
@elseif($coverage->plan_type === 'COMMERCIAL')
|
|
@elseif($coverage->plan_type === 'COMMERCIAL')
|
|
@if($coverage->creation_strategy == 'NEW' || $coverage->creation_strategy == 'AUTO_REFRESH')
|
|
@if($coverage->creation_strategy == 'NEW' || $coverage->creation_strategy == 'AUTO_REFRESH')
|
|
- <table class="table table-sm table-borderless">
|
|
|
|
|
|
+ <table class="table table-sm table-bordered">
|
|
<tr>
|
|
<tr>
|
|
<td class="font-weight-bold">Commercial (Primary):</td>
|
|
<td class="font-weight-bold">Commercial (Primary):</td>
|
|
<td>
|
|
<td>
|
|
<span><b>{{$coverage->payer->name ?? '-'}}</b></span> <br>
|
|
<span><b>{{$coverage->payer->name ?? '-'}}</b></span> <br>
|
|
<span><i class="fas fa-hourglass-half text-warning"></i> Pending Validation</span> <br>
|
|
<span><i class="fas fa-hourglass-half text-warning"></i> Pending Validation</span> <br>
|
|
- <span>{{date_format($coverage->created_at, 'm/d/Y')}}</span>
|
|
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="font-weight-bold">Date Created:</td>
|
|
|
|
+ <td><span>{{date_format($coverage->created_at, 'm/d/Y')}}</span></td>
|
|
|
|
+ </tr>
|
|
</table>
|
|
</table>
|
|
@else
|
|
@else
|
|
- <table class="table table-sm table-borderless">
|
|
|
|
|
|
+ <table class="table table-sm table-bordered">
|
|
<tr>
|
|
<tr>
|
|
<td class="font-weight-bold">Commercial (Primary):</td>
|
|
<td class="font-weight-bold">Commercial (Primary):</td>
|
|
<td>
|
|
<td>
|