logicpowerhouse 4 lat temu
rodzic
commit
c27bf9acfd

+ 6 - 0
resources/views/app/practice-management/processing-bill-matrix.blade.php

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