|
@@ -22,10 +22,12 @@
|
|
|
@foreach($encountersInProgress as $row)
|
|
|
<tr>
|
|
|
<td class="text-nowrap">
|
|
|
- {{$row->client->chart_number}}
|
|
|
+ <a href="{{ route('patients.view.notes.view.dashboard', ['patient' => $row->client, 'note' => $row]) }}">
|
|
|
+ {{$row->client->chart_number}}
|
|
|
+ </a>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <a href="{{ route('patients.view.dashboard', $row->client) }}">
|
|
|
+ <a href="{{ route('patients.view.notes.view.dashboard', ['patient' => $row->client, 'note' => $row]) }}">
|
|
|
{{$row->client->displayName()}}
|
|
|
</a>
|
|
|
</td>
|
|
@@ -61,4 +63,4 @@
|
|
|
@endif
|
|
|
</div>
|
|
|
</div>
|
|
|
-</div>
|
|
|
+</div>
|