|
@@ -132,7 +132,9 @@
|
|
|
</li>
|
|
|
<li class="nav-item">
|
|
|
<a class="nav-link {{ strpos($routeName, 'patients.view.patient-tickets') === 0 ? 'active' : '' }}"
|
|
|
- href="{{ route('patients.view.patient-tickets', ['patient' => $patient]) }}">ERx / Orders</a>
|
|
|
+ href="{{ route('patients.view.patient-tickets', ['patient' => $patient]) }}" title="Deprecated">ERx / Orders
|
|
|
+ <span class="text-secondary text-sm pl-2">(dep)</span>
|
|
|
+ </a>
|
|
|
<ul class="m-0 p-0 nav-child-list">
|
|
|
<li class="nav-item">
|
|
|
<a class="nav-link {{ strpos($routeName, 'patients.view.patient-tickets') === 0 && @$type === '' ? 'active' : '' }}"
|