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