@@ -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>