Browse Source

updated bill matrix

logicpowerhouse 4 years ago
parent
commit
a5a8788133
1 changed files with 1 additions and 10 deletions
  1. 1 10
      resources/views/app/practice-management/hcp-bill-matrix.blade.php

+ 1 - 10
resources/views/app/practice-management/hcp-bill-matrix.blade.php

@@ -25,11 +25,10 @@
                     <tr>
                         <th>Name Last</th>
                         <th>Name First</th>
-                        <th>Client Link</th>
                         <th>Eff. Date</th>
                         <th>New/FU</th>
                         <th>Note Signed by HCP?</th>
-{{--                        <th>Note Link</th>--}}
+                        <th>Note Link</th>
                         <th>Note Cancelled?</th>
                         <th>HCP Last</th>
                         <th>HCP First</th>
@@ -49,22 +48,14 @@
                         <tr class="">
                             <td>{{$row->name_last}}</td>
                             <td>{{$row->name_first}}</td>
-                            <td>
-                                <a href="/patients/view/{{ $row->client_uid }}">
-                                    Client Link
-                                </a>
-                            </td>
                             <td>{{$row->effective_dateest}}</td>
                             <td>{{$row->new_or_fu_or_na}}</td>
                             <td>{{$row->is_note_signed_by_hcp}}</td>
-<?php /*
                             <td>
                                 <a href="/patients/view/{{ $row->client_uid }}/notes/view/{{ $row->note_uid }}">
                                     Note Link
                                 </a>
                             </td>
- */
-?>
                             <td>{{$row->is_note_cancelled}}</td>
                             <td>{{$row->hcp_last}}</td>
                             <td>{{$row->hcp_first}}</td>