Josh 4 лет назад
Родитель
Сommit
09566a4b15
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      resources/views/app/guest/section.blade.php

+ 4 - 2
resources/views/app/guest/section.blade.php

@@ -5,6 +5,8 @@ $canvasData = json_decode($patient->canvas_data, true);
 $shortcuts = "";
 $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