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