|
@@ -270,7 +270,11 @@
|
|
<table class="table table-sm">
|
|
<table class="table table-sm">
|
|
@foreach($note->claims as $claim)
|
|
@foreach($note->claims as $claim)
|
|
<tr>
|
|
<tr>
|
|
- <td>{{$claim->id}}</td>
|
|
|
|
|
|
+ <td>
|
|
|
|
+ CL#{{$claim->id}}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
<td>
|
|
<td>
|
|
<table class="table table-sm table-striped">
|
|
<table class="table table-sm table-striped">
|
|
@foreach($claim->lines as $line)
|
|
@foreach($claim->lines as $line)
|