@@ -85,7 +85,12 @@
{{ $note->is_signed_by_hcp }}
</td>
<td>
- CONTENT WILL GO HERE
+ <div>
+ @foreach($note->sections as $section)
+ $section->summary_html
+ @endforeach
+ <hr>
+ </div>
<td></td>
</tr>