|
@@ -22,7 +22,7 @@
|
|
|
@foreach($records as $row)
|
|
|
<tr>
|
|
|
<td class="border-bottom-0">
|
|
|
- <a href="/patients/view/{{ $row->client->uid }}/notes/view/{{ $row->uid }}" class="font-weight-bold">
|
|
|
+ <a native target="_blank" href="/patients/view/{{ $row->client->uid }}/notes/view/{{ $row->uid }}" class="font-weight-bold">
|
|
|
{{ friendlier_date($row->effective_dateest) }}
|
|
|
</a>
|
|
|
</td>
|