unknown 3 years ago
parent
commit
9d974c7c09
1 changed files with 5 additions and 0 deletions
  1. 5 0
      resources/views/app/practice-management/rpm-matrix.blade.php

+ 5 - 0
resources/views/app/practice-management/rpm-matrix.blade.php

@@ -44,6 +44,11 @@
                                         {{$client->chart_number}}
                                     </a>
                                 </td>
+                                <td>
+                                    <a native target="_blank" href="{{route('patients.view.dashboard', $client)}}">
+                                        {{$client->name_last}}, {{$client->name_first}}
+                                    </a>
+                                </td>
                                 <td>{{ $client->dob }}</td>
                                 @if($pro->pro_type == 'ADMIN')
                                 <td>{{ $client->mcp->name_display ?? '--' }}</td>