|
@@ -575,7 +575,6 @@
|
|
|
<th class="border-bottom-0 pl-3">NA</th>
|
|
|
@endif
|
|
|
<th class="border-bottom-0 w-25 pl-3">Service</th>
|
|
|
- {{--<th class="border-bottom-0 w-25 pl-2">Reason</th>--}}
|
|
|
<th class="border-bottom-0 pl-3">Billable</th>
|
|
|
<th class="border-bottom-0 pl-2">Amount</th>
|
|
|
<th class="border-bottom-0 pl-2">Verification</th>
|
|
@@ -590,10 +589,6 @@
|
|
|
<td class="pl-3">{{ $note->allyPro->displayName() }}</td>
|
|
|
@endif
|
|
|
<td class="pl-3 {{ $bill->is_cancelled ? 'text-secondary' : '' }}">{{$bill->code}}</td>
|
|
|
- {{--<td class="pl-2">
|
|
|
- {{ $bill->reason1 }}
|
|
|
- <div class="text-secondary small">{{ $bill->reason2 }}</div>
|
|
|
- </td>--}}
|
|
|
<td class="pl-3">
|
|
|
@if(strpos(strtolower($bill->code), 'treatment services') !== FALSE)
|
|
|
<?php
|