|
@@ -25,10 +25,10 @@
|
|
|
<a class="nav-link {{ strpos($routeName, 'patients.view.measurements') === 0 ? 'active' : '' }}"
|
|
|
href="{{ route('patients.view.measurements', ['patient' => $patient]) }}">Measurements</a>
|
|
|
</li>
|
|
|
- <li class="nav-item">
|
|
|
+ {{--<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>
|
|
|
- </li>
|
|
|
+ </li>--}}
|
|
|
<li class="nav-item">
|
|
|
<a class="nav-link {{ strpos($routeName, 'patients.view.notes') === 0 ? 'active' : '' }}"
|
|
|
href="{{ route('patients.view.notes', ['patient' => $patient]) }}">Notes</a>
|