|
@@ -73,7 +73,11 @@ $genericBills = genericBills($pro, @$patient, @$entityType, @$entityUid);
|
|
@include('app.generic-bills.context')
|
|
@include('app.generic-bills.context')
|
|
</td>
|
|
</td>
|
|
@endif
|
|
@endif
|
|
- <td>{{$bill->code}}</td>
|
|
|
|
|
|
+ <td>{{$bill->code}}
|
|
|
|
+ @if($bill->generic_description)
|
|
|
|
+ <div class="text-sm text-secondary font-italic">{{$bill->generic_description}}</div>
|
|
|
|
+ @endif
|
|
|
|
+ </td>
|
|
<td class="">
|
|
<td class="">
|
|
<?php
|
|
<?php
|
|
$totalSeconds = $bill->number_of_units * 3600;
|
|
$totalSeconds = $bill->number_of_units * 3600;
|