Jelajahi Sumber

updated encounters pending my review

= 3 tahun lalu
induk
melakukan
524662bb9d

+ 1 - 1
resources/views/app/dna/dashboard/encounters_pending_my_review.blade.php

@@ -26,7 +26,7 @@
                             {{$row->client->chart_number}}
                         </td>
                         <td>
-                            <href="{{route('patients.view.notes.view.dashboard', ['patient' => $row->client, 'note' => $row])}}">
+                            <a href="{{route('patients.view.notes.view.dashboard', ['patient' => $row->client, 'note' => $row])}}">
                                 {{$row->client->displayName()}}
                             </a>
                         </td>

+ 1 - 1
resources/views/app/dna/dashboard/encounters_pending_my_review_dashboard.blade.php

@@ -26,7 +26,7 @@
                             {{$row->client->chart_number}}
                         </td>
                         <td>
-                            <href="{{route('patients.view.notes.view.dashboard', ['patient' => $row->client, 'note' => $row])}}">
+                            <a href="{{route('patients.view.notes.view.dashboard', ['patient' => $row->client, 'note' => $row])}}">
                                 {{$row->client->displayName()}}
                             </a>
                         </td>