|
@@ -38,9 +38,15 @@
|
|
|
@foreach ($bills as $row)
|
|
|
<tr class="">
|
|
|
<td>
|
|
|
+ @if($row->note)
|
|
|
<a href="/patients/view/{{ $row->client->uid }}/notes/view/{{ $row->note->uid }}">
|
|
|
Note Link
|
|
|
</a>
|
|
|
+ @else
|
|
|
+ <a href="/patients/view/{{ $row->client->uid }}">
|
|
|
+ Chart
|
|
|
+ </a>
|
|
|
+ @endif
|
|
|
</td>
|
|
|
<td>{{$row->effective_date}}</td>
|
|
|
<td>{{$row->hcp->name_last}}, {{$row->hcp->name_first}}</td>
|