|
@@ -5,6 +5,8 @@ $canvasData = json_decode($patient->canvas_data, true);
|
|
$shortcuts = "";
|
|
$shortcuts = "";
|
|
$latestSectionTS = 0;
|
|
$latestSectionTS = 0;
|
|
?>
|
|
?>
|
|
-@include('app.patient.note.section')
|
|
|
|
-@include('app.patient.note.section_script')
|
|
|
|
|
|
+<div class="guest-view">
|
|
|
|
+ @include('app.patient.note.section')
|
|
|
|
+ @include('app.patient.note.section_script')
|
|
|
|
+</div>
|
|
@endsection
|
|
@endsection
|