|
@@ -240,9 +240,9 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
|
|
|
<a class="nav-link {{ strpos($routeName, 'patients.view.pros') === 0 ? 'active' : '' }}"
|
|
|
href="{{ route('patients.view.pros', ['patient' => $patient]) }}">Pros</a>
|
|
|
</li>
|
|
|
-{{-- <li class="nav-item">--}}
|
|
|
-{{-- <a class="nav-link" href="/patients/view/{{ $patient->uid }}/intake">Intake</a>--}}
|
|
|
-{{-- </li>--}}
|
|
|
+ <li class="nav-item">
|
|
|
+ <a class="nav-link" href="/patients/view/{{ $patient->uid }}/intake">Intake</a>
|
|
|
+ </li>
|
|
|
@if($performer->pro->pro_type == 'ADMIN')
|
|
|
<li class="nav-item">
|
|
|
<a class="nav-link {{ strpos($routeName, 'patients.view.mcp-requests') === 0 ? 'active' : '' }}"
|