Browse Source

Enable trimmed layout

Vijayakrishnan 3 years ago
parent
commit
f942358684
1 changed files with 1 additions and 1 deletions
  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);
 ?>