瀏覽代碼

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