|
@@ -246,6 +246,10 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
|
|
<li class="nav-item">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="/patients/view/{{ $patient->uid }}/intake">Intake</a>
|
|
<a class="nav-link" href="/patients/view/{{ $patient->uid }}/intake">Intake</a>
|
|
</li>
|
|
</li>
|
|
|
|
+ <li class="nav-item">
|
|
|
|
+ <a class="nav-link {{ strpos($routeName, 'patients.view.primary-coverage') === 0 ? 'active' : '' }}"
|
|
|
|
+ href="{{ route('patients.view.primary-coverage', $patient) }}">Primary Coverage</a>
|
|
|
|
+ </li>
|
|
@if($performer->pro->pro_type == 'ADMIN' || $performer->pro->id == $patient->default_na_pro_id)
|
|
@if($performer->pro->pro_type == 'ADMIN' || $performer->pro->id == $patient->default_na_pro_id)
|
|
<li class="nav-item">
|
|
<li class="nav-item">
|
|
<a class="nav-link {{ strpos($routeName, 'patients.view.mcp-requests') === 0 ? 'active' : '' }}"
|
|
<a class="nav-link {{ strpos($routeName, 'patients.view.mcp-requests') === 0 ? 'active' : '' }}"
|
|
@@ -259,10 +263,7 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
|
|
<a class="nav-link {{ strpos($routeName, 'patients.view.insurance-coverage') === 0 ? 'active' : '' }}"
|
|
<a class="nav-link {{ strpos($routeName, 'patients.view.insurance-coverage') === 0 ? 'active' : '' }}"
|
|
href="{{ route('patients.view.insurance-coverage', $patient) }}">Insurance Coverage</a>
|
|
href="{{ route('patients.view.insurance-coverage', $patient) }}">Insurance Coverage</a>
|
|
</li>
|
|
</li>
|
|
- <li class="nav-item">
|
|
|
|
- <a class="nav-link {{ strpos($routeName, 'patients.view.primary-coverage') === 0 ? 'active' : '' }}"
|
|
|
|
- href="{{ route('patients.view.primary-coverage', $patient) }}">Primary Coverage</a>
|
|
|
|
- </li>
|
|
|
|
|
|
+
|
|
<li class="nav-item">
|
|
<li class="nav-item">
|
|
<a class="nav-link {{ strpos($routeName, 'patients.view.claims-resolver') === 0 ? 'active' : '' }}"
|
|
<a class="nav-link {{ strpos($routeName, 'patients.view.claims-resolver') === 0 ? 'active' : '' }}"
|
|
href="{{ route('patients.view.claims-resolver', $patient) }}">Claims Resolver</a>
|
|
href="{{ route('patients.view.claims-resolver', $patient) }}">Claims Resolver</a>
|