소스 검색

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>