@@ -69,7 +69,7 @@
@if($bill)
<div class="d-flex flex-column">
<span>Code: {{ $bill->code }}</span>
- <a href="/patients/view/{{ $bill->note->client->uid }}/notes/view/{{ $bill->note->uid }}">Note</a>
+ <a href="/patients/view/{{ $bill->careMonth->client->uid }}/notes/view/{{ $bill->careMonth->uid }}">Note</a>
</div>
@endif
</td>