소스 검색

updated bill matrix

logicpowerhouse 4 년 전
부모
커밋
ae5c197365
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      resources/views/app/practice-management/hcp-bill-matrix.blade.php

+ 0 - 2
resources/views/app/practice-management/hcp-bill-matrix.blade.php

@@ -39,7 +39,6 @@
                         <th>HCP Expected Payment</th>
                         <th>HCP Paid?</th>
                         <th>HCP Paid Amount</th>
-                        <th>Bill UID</th>
                         <th>Bill Cancelled?</th>
                     </tr>
                     </thead>
@@ -66,7 +65,6 @@
                             <td>{{$row->hcp_expected_payment_amount}}</td>
                             <td>{{$row->has_hcp_been_paid}}</td>
                             <td>{{$row->hcp_payment_amount}}</td>
-                            <td>{{$row->bill_uid ? '-' : '--'}}</td>
                             <td>{{$row->is_bill_cancelled}}</td>
                         </tr>
                     @endforeach