Explorar el Código

added guest-view class

Josh hace 4 años
padre
commit
09566a4b15
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  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