logicpowerhouse 4 年之前
父节点
当前提交
c27bf9acfd
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      resources/views/app/practice-management/processing-bill-matrix.blade.php

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