@@ -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);