|
@@ -254,6 +254,9 @@
|
|
|
@endif
|
|
|
<th class="border-0 text-secondary">HCP Signed</th>
|
|
|
<th class="border-0 text-secondary">ICDs</th>
|
|
|
+ @if($pro->pro_type == 'ADMIN')
|
|
|
+ <th class="border-0 text-secondary">Is Bill Closed</th>
|
|
|
+ @endif
|
|
|
<th class="border-0 text-secondary"> </th>
|
|
|
<th class="border-0 text-secondary">Actions</th>
|
|
|
</tr>
|
|
@@ -312,6 +315,9 @@
|
|
|
-
|
|
|
@endif
|
|
|
</td>
|
|
|
+ @if($pro->pro_type == 'ADMIN')
|
|
|
+ <td>{{ $note->is_bill_closed ? 'YES':'NO' }}</td>
|
|
|
+ @endif
|
|
|
<td>
|
|
|
<div class="position-relative c-pointer text-center stag-tooltip">
|
|
|
<i class="fa fa-info-circle"></i>
|