|
@@ -38,7 +38,9 @@ $genericBills = genericBills($pro, @$patient, @$careMonth, @$entityType, @$entit
|
|
|
<th class="border-bottom-0">Context</th>
|
|
|
@endif
|
|
|
<th class="border-bottom-0">Service</th>
|
|
|
+ @if(@$label != 'NA')
|
|
|
<th class="border-bottom-0">Billable</th>
|
|
|
+ @endif
|
|
|
<th class="border-bottom-0 screen-only">Total</th>
|
|
|
<th class="border-bottom-0">Sign</th>
|
|
|
<th class="border-bottom-0">Cancellation</th>
|
|
@@ -99,6 +101,7 @@ $genericBills = genericBills($pro, @$patient, @$careMonth, @$entityType, @$entit
|
|
|
</div>
|
|
|
@endif
|
|
|
</td>
|
|
|
+ @if(@$label != 'NA')
|
|
|
<td class="">
|
|
|
<?php
|
|
|
$totalSeconds = $bill->number_of_units * 3600;
|
|
@@ -114,6 +117,7 @@ $genericBills = genericBills($pro, @$patient, @$careMonth, @$entityType, @$entit
|
|
|
?>
|
|
|
{{ time_in_hrminsec($totalSeconds) }}
|
|
|
</td>
|
|
|
+ @endif
|
|
|
<td class="pr-3 screen-only text-nowrap">
|
|
|
@if($bill->has_generic_pro_been_paid)
|
|
|
<span class="text-secondary">Paid. </span>
|