|
@@ -252,14 +252,14 @@
|
|
|
{{-- <td><div style="max-height: 200px; overflow-y: auto;">{!! $content !!}</div></td>--}}
|
|
|
|
|
|
<td>
|
|
|
- @foreach($note->client->bills as $bill)
|
|
|
+ @foreach($note->bills as $bill)
|
|
|
<div>
|
|
|
{{ $bill->code }}
|
|
|
</div>
|
|
|
@endforeach
|
|
|
</td>
|
|
|
<td>
|
|
|
- @foreach($note->client->claims as $claim)
|
|
|
+ @foreach($note->->claims as $claim)
|
|
|
<div>
|
|
|
{{ $claim->id }}
|
|
|
</div>
|