|
@@ -1,3 +1,4 @@
|
|
|
+<div id="note-section-list">
|
|
|
<?php $canvasData = json_decode($patient->canvas_data, true); ?>
|
|
|
<?php $previousHeading = null; ?>
|
|
|
@foreach($note->sections as $section)
|
|
@@ -24,4 +25,5 @@ if(!empty($previousHeading)) {
|
|
|
echo '</div></div>'; // <!-- close any open parent section -->
|
|
|
}
|
|
|
?>
|
|
|
+</div>
|
|
|
@include('app.patient.note.section_script')
|