Przeglądaj źródła

Hide programs and flow-sheets

Vijayakrishnan 3 lat temu
rodzic
commit
d69ae9e169
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      resources/views/layouts/patient.blade.php

+ 2 - 0
resources/views/layouts/patient.blade.php

@@ -30,6 +30,7 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
 							<a class="nav-link {{ strpos($routeName, 'patients.view.appointments') === 0 ? 'active' : '' }}"
 							   href="{{ route('patients.view.appointments', ['patient' => $patient, 'forPro' => 'all', 'status' => 'all']) }}">Appointments</a>
 						</li>
+						{{--
 						<li class="nav-item">
 							<a class="nav-link {{ strpos($routeName, 'patients.view.programs') === 0 ? 'active' : '' }}"
 							   href="{{ route('patients.view.programs', ['patient' => $patient]) }}">Programs</a>
@@ -38,6 +39,7 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
 							<a class="nav-link {{ strpos($routeName, 'patients.view.flowsheets') === 0 ? 'active' : '' }}"
 							   href="{{ route('patients.view.flowsheets', ['patient' => $patient]) }}">Flowsheets</a>
 						</li>
+						--}}
 						<li class="nav-item">
 							<a class="nav-link {{ strpos($routeName, 'patients.view.vitals-settings') === 0 ? 'active' : '' }}"
 							   href="{{ route('patients.view.vitals-settings', ['patient' => $patient]) }}">Vitals Settings</a>