Explorar o código

Enable trimmed layout

Vijayakrishnan %!s(int64=3) %!d(string=hai) anos
pai
achega
f942358684
Modificáronse 1 ficheiros con 1 adicións e 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);
 ?>