Przeglądaj źródła

updated claims-resolver

unknown 4 lat temu
rodzic
commit
ed13f70d25

+ 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>