Ver Fonte

updated claims-resolver

unknown há 4 anos atrás
pai
commit
ed13f70d25
1 ficheiros alterados com 1 adições e 1 exclusões
  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>