|
@@ -54,7 +54,7 @@
|
|
|
@foreach($note->bills as $bill)
|
|
|
<tr>
|
|
|
<td>{{$bill->code}}</td>
|
|
|
- @if(strpos($bill->code,'Treatment Services'))
|
|
|
+ @if($bill->code == 'Treatment Services')
|
|
|
<td>{{floor($bill->number_of_units*60)}}m</td>
|
|
|
@else
|
|
|
<td>{{$bill->number_of_units}}</td>
|