|
@@ -13,25 +13,6 @@
|
|
<th class="border-0">Patient</th>
|
|
<th class="border-0">Patient</th>
|
|
<th>IMEI</th>
|
|
<th>IMEI</th>
|
|
<th>Time</th>
|
|
<th>Time</th>
|
|
-
|
|
|
|
- <th class="border-0">HCP</th>
|
|
|
|
-
|
|
|
|
- <th class="border-0">Note Signed?</th>
|
|
|
|
-
|
|
|
|
- <th>Service</th>
|
|
|
|
- <th># of units</th>
|
|
|
|
- <th>Bill Signed?</th>
|
|
|
|
- <th>Cancelled?</th>
|
|
|
|
- <th>HCP ex. amount</th>
|
|
|
|
-
|
|
|
|
- @if($performer->pro->pro_type == 'ADMIN' && false)
|
|
|
|
- <th class="border-0">Assessments</th>
|
|
|
|
- @endif
|
|
|
|
-
|
|
|
|
- @if($performer->pro->pro_type == 'ADMIN' && false)
|
|
|
|
- <th class="border-0">Claims</th>
|
|
|
|
- @endif
|
|
|
|
- <th class="px-3 border-0">Created</th>
|
|
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -40,7 +21,7 @@
|
|
<td>{{$b->id}}</td>
|
|
<td>{{$b->id}}</td>
|
|
<td>
|
|
<td>
|
|
<?php
|
|
<?php
|
|
- foreach($b->clientBDTMeasurements() as $c){
|
|
|
|
|
|
+ foreach($b->clientBDTMeasurements as $c){
|
|
echo $c->id . ' - ';
|
|
echo $c->id . ' - ';
|
|
}
|
|
}
|
|
?>
|
|
?>
|