@@ -73,7 +73,11 @@ $genericBills = genericBills($pro, @$patient, @$entityType, @$entityUid);
@include('app.generic-bills.context')
</td>
@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="">
<?php
$totalSeconds = $bill->number_of_units * 3600;