瀏覽代碼

updated claims-resolver

unknown 4 年之前
父節點
當前提交
ed13f70d25
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/patient/claims-resolver.blade.php

+ 1 - 1
resources/views/app/patient/claims-resolver.blade.php

@@ -271,7 +271,7 @@
                         @foreach($note->claims as $claim)
                             <?php if($claim->is_cancelled) continue; ?>
                             <tr>
-                                <td>
+                                <td style="background-color: lightblue">
                                     CL#{{$claim->id}}
                                 </td>
                             </tr>