|
@@ -72,10 +72,11 @@
|
|
{{-- <th>Loop check</th>--}}
|
|
{{-- <th>Loop check</th>--}}
|
|
<th>Signed By HCP?</th>
|
|
<th>Signed By HCP?</th>
|
|
{{-- <th>Content</th>--}}
|
|
{{-- <th>Content</th>--}}
|
|
|
|
+ <th>Bills</th>
|
|
|
|
+ <th>Claims</th>
|
|
<th>
|
|
<th>
|
|
Difference
|
|
Difference
|
|
</th>
|
|
</th>
|
|
- <th></th>
|
|
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody style="overflow-y: auto; max-height: 500px;">
|
|
<tbody style="overflow-y: auto; max-height: 500px;">
|
|
@@ -159,12 +160,14 @@
|
|
{{ $note->is_signed_by_hcp }}
|
|
{{ $note->is_signed_by_hcp }}
|
|
</td>
|
|
</td>
|
|
{{-- <td><div style="max-height: 200px; overflow-y: auto;">{!! $content !!}</div></td>--}}
|
|
{{-- <td><div style="max-height: 200px; overflow-y: auto;">{!! $content !!}</div></td>--}}
|
|
|
|
+
|
|
|
|
+ <td>Bills HERE</td>
|
|
|
|
+ <td>Claims HERE</td>
|
|
<td>
|
|
<td>
|
|
<div style="max-height: 250px; overflow-y: auto;">
|
|
<div style="max-height: 250px; overflow-y: auto;">
|
|
<?php echo Diff::toTable(Diff::compare($lastContentText, $contentText)) ?>
|
|
<?php echo Diff::toTable(Diff::compare($lastContentText, $contentText)) ?>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
- <td></td>
|
|
|
|
</tr>
|
|
</tr>
|
|
<?php
|
|
<?php
|
|
$loopLastDateSeenByHcpMap[$note->hcpPro->id] = $d;
|
|
$loopLastDateSeenByHcpMap[$note->hcpPro->id] = $d;
|