|
@@ -9,7 +9,7 @@
|
|
<div class="card-header px-3 py-2 d-flex align-items-center">
|
|
<div class="card-header px-3 py-2 d-flex align-items-center">
|
|
<strong class="mr-4">
|
|
<strong class="mr-4">
|
|
<i class="fas fa-user-injured"></i>
|
|
<i class="fas fa-user-injured"></i>
|
|
- HCP Bill Matrix
|
|
|
|
|
|
+ Processing Bills
|
|
</strong>
|
|
</strong>
|
|
<select class="ml-auto max-width-300px form-control form-control-sm"
|
|
<select class="ml-auto max-width-300px form-control form-control-sm"
|
|
onchange="fastLoad('/practice-management/processing-bill-matrix/' + this.value, true, false, false)">
|
|
onchange="fastLoad('/practice-management/processing-bill-matrix/' + this.value, true, false, false)">
|
|
@@ -24,6 +24,11 @@
|
|
<thead class="bg-light">
|
|
<thead class="bg-light">
|
|
<tr>
|
|
<tr>
|
|
<th>Note Link</th>
|
|
<th>Note Link</th>
|
|
|
|
+ <td>Effective Date</td>
|
|
|
|
+ <td>Client</td>
|
|
|
|
+ <td>Code</td>
|
|
|
|
+ <td>Units</td>
|
|
|
|
+ <td>HCP Expected Amount</td>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -34,6 +39,11 @@
|
|
Note Link
|
|
Note Link
|
|
</a>
|
|
</a>
|
|
</td>
|
|
</td>
|
|
|
|
+ <td>{{$row->effective_date}}</td>
|
|
|
|
+ <td>{{$row->client->name_last}}, {{$row->client->name_first}}</td>
|
|
|
|
+ <td>{{$row->code}}</td>
|
|
|
|
+ <td>{{$row->number_of_units}}</td>
|
|
|
|
+ <td>{{$row->hcp_expected_payment_amount}}</td>
|
|
</tr>
|
|
</tr>
|
|
@endforeach
|
|
@endforeach
|
|
</tbody>
|
|
</tbody>
|