|
@@ -20,19 +20,19 @@
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$keyNumbers['totalPatients']}}</th>
|
|
|
- <th class="pl-2"><a href="/patients">Total patients</a></th>
|
|
|
+ <th class="pl-2"><a target="_top" href="/mc/patients">Total patients</a></th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$keyNumbers['patientsNotSeenYet']}}</th>
|
|
|
- <th class="pl-2"><a href="/patients/not-yet-seen">Patients I have not seen yet</a></th>
|
|
|
+ <th class="pl-2"><a target="_top" href="/mc/patients/not-yet-seen">Patients I have not seen yet</a></th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$keyNumbers['pendingBillsToSign']}}</th>
|
|
|
- <th class="pl-2"><a href="/practice-management/bills/not-yet-signed">Pending bills to sign</a></th>
|
|
|
+ <th class="pl-2"><a target="_top" href="/mc/practice-management/bills/not-yet-signed">Pending bills to sign</a></th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$keyNumbers['pendingNotesToSign']}}</th>
|
|
|
- <th class="pl-2"><a href="/practice-management/notes/not-yet-signed">Pending notes to sign</a></th>
|
|
|
+ <th class="pl-2"><a target="_top" href="/mc/practice-management/notes/not-yet-signed">Pending notes to sign</a></th>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
@@ -49,7 +49,7 @@
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<th class="px-2">${{friendly_money($reimbursement['currentBalance'])}}</th>
|
|
|
- <th class="pl-2"><a href="/practice-management/financial-transactions">Current balance</a></th>
|
|
|
+ <th class="pl-2"><a target="_top" href="/mc/practice-management/financial-transactions">Current balance</a></th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th class="px-2">{{friendly_date_time($reimbursement['nextPaymentDate'], false)}}</th>
|