Explorar el Código

Enable trimmed layout

Vijayakrishnan hace 3 años
padre
commit
f942358684
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/layouts/patient.blade.php

+ 1 - 1
resources/views/layouts/patient.blade.php

@@ -3,7 +3,7 @@
 /** @var \App\Models\Client $patient */
 ?>
 <?php
-$trimLayout = false;
+$trimLayout = true;
 $routeName = request()->route()->getName();
 $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note && !!$note->visitTemplate);
 ?>