|
@@ -43,11 +43,11 @@
|
|
<th>Cancelled?</th>
|
|
<th>Cancelled?</th>
|
|
<th>HCP ex. amount</th>
|
|
<th>HCP ex. amount</th>
|
|
|
|
|
|
- @if($performer->pro->pro_type == 'ADMIN')
|
|
|
|
|
|
+ @if($performer->pro->pro_type == 'ADMIN' && false)
|
|
<th class="border-0">Assessments</th>
|
|
<th class="border-0">Assessments</th>
|
|
@endif
|
|
@endif
|
|
|
|
|
|
- @if($performer->pro->pro_type == 'ADMIN')
|
|
|
|
|
|
+ @if($performer->pro->pro_type == 'ADMIN' && false)
|
|
<th class="border-0">Claims</th>
|
|
<th class="border-0">Claims</th>
|
|
@endif
|
|
@endif
|
|
<th class="px-3 border-0">Created</th>
|
|
<th class="px-3 border-0">Created</th>
|
|
@@ -82,7 +82,7 @@
|
|
<td>{{ $bill->is_cancelled ?'Yes':'No'}}</td>
|
|
<td>{{ $bill->is_cancelled ?'Yes':'No'}}</td>
|
|
<td>{{ $bill->hcp_expected_payment_amount }}</td>
|
|
<td>{{ $bill->hcp_expected_payment_amount }}</td>
|
|
|
|
|
|
- @if($performer->pro->pro_type == 'ADMIN')
|
|
|
|
|
|
+ @if($performer->pro->pro_type == 'ADMIN' && false)
|
|
<td>
|
|
<td>
|
|
<table class="table table-sm table-condensed table-stripe">
|
|
<table class="table table-sm table-condensed table-stripe">
|
|
<thead>
|
|
<thead>
|
|
@@ -102,7 +102,7 @@
|
|
</table>
|
|
</table>
|
|
</td>
|
|
</td>
|
|
@endif
|
|
@endif
|
|
- @if($performer->pro->pro_type == 'ADMIN')
|
|
|
|
|
|
+ @if($performer->pro->pro_type == 'ADMIN' && false)
|
|
<td>
|
|
<td>
|
|
<table class="table table-sm table-condensed table-stripe">
|
|
<table class="table table-sm table-condensed table-stripe">
|
|
<tbody>
|
|
<tbody>
|