Explorar o código

Comment out programs

Vijayakrishnan %!s(int64=4) %!d(string=hai) anos
pai
achega
9f0ecee779
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      resources/views/layouts/patient.blade.php

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

@@ -17,10 +17,10 @@
                             <a class="nav-link {{ strpos($routeName, 'patients.view.calendar') === 0 ? 'active' : '' }}"
                                href="{{ route('patients.view.calendar', ['patient' => $patient]) }}">Calendar</a>
                         </li>
-                        <li class="nav-item">
+                        {{--<li class="nav-item">
                             <a class="nav-link {{ strpos($routeName, 'patients.view.programs') === 0 ? 'active' : '' }}"
                                href="{{ route('patients.view.programs', ['patient' => $patient]) }}">Programs</a>
-                        </li>
+                        </li>--}}
                         <li class="nav-item">
                             <a class="nav-link {{ strpos($routeName, 'patients.view.care-months') === 0 ? 'active' : '' }}"
                                href="{{ route('patients.view.care-months', ['patient' => $patient]) }}">Care Months</a>