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>