|
@@ -21,6 +21,7 @@
|
|
<th class="border-bottom-0 border-top-0">Role</th>
|
|
<th class="border-bottom-0 border-top-0">Role</th>
|
|
<th class="border-bottom-0 border-top-0">Client</th>
|
|
<th class="border-bottom-0 border-top-0">Client</th>
|
|
<th class="border-bottom-0 border-top-0">Code</th>
|
|
<th class="border-bottom-0 border-top-0">Code</th>
|
|
|
|
+ <th class="border-bottom-0 border-top-0">Context</th>
|
|
<th class="border-bottom-0 border-top-0">Units</th>
|
|
<th class="border-bottom-0 border-top-0">Units</th>
|
|
<th class="border-bottom-0 border-top-0">Verified?</th>
|
|
<th class="border-bottom-0 border-top-0">Verified?</th>
|
|
<th class="border-bottom-0 border-top-0">Expected Amount</th>
|
|
<th class="border-bottom-0 border-top-0">Expected Amount</th>
|
|
@@ -73,9 +74,10 @@
|
|
{{$row->client->name_last}}, {{$row->client->name_first}}
|
|
{{$row->client->name_last}}, {{$row->client->name_first}}
|
|
@endif
|
|
@endif
|
|
</td>
|
|
</td>
|
|
- <td>{{$row->code}}
|
|
|
|
- @if($row->generic_target_entity_type && $row->generic_target_entity_uid)
|
|
|
|
- <div class="mt-1 text-sm text-secondary font-weight-bold">{{$row->generic_target_entity_type}}</div>
|
|
|
|
|
|
+ <td>{{$row->code}}</td>
|
|
|
|
+ <td>
|
|
|
|
+ @if($row->generic_target_entity_type)
|
|
|
|
+ {{$row->generic_target_entity_type}}
|
|
@endif
|
|
@endif
|
|
</td>
|
|
</td>
|
|
<td>{{str_contains($row->code, 'Treatment Services') || str_contains($row->code, 'Administrative Services') ? ceil((float) $row->number_of_units * 60) . ' mins' : $row->number_of_units}}</td>
|
|
<td>{{str_contains($row->code, 'Treatment Services') || str_contains($row->code, 'Administrative Services') ? ceil((float) $row->number_of_units * 60) . ' mins' : $row->number_of_units}}</td>
|