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