|
@@ -30,7 +30,7 @@
|
|
|
<th>Days Since Last MCP Type Visit</th>
|
|
|
<th>Loop check</th>
|
|
|
<th>Signed By HCP?</th>
|
|
|
- <th>Content</th>
|
|
|
+{{-- <th>Content</th>--}}
|
|
|
<th>
|
|
|
Difference
|
|
|
</th>
|
|
@@ -115,11 +115,7 @@
|
|
|
<td>
|
|
|
{{ $note->is_signed_by_hcp }}
|
|
|
</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>
|
|
|
|
|
|
// output the result of comparing two files as HTML
|