|
@@ -252,9 +252,15 @@
|
|
|
{{-- <td><div style="max-height: 200px; overflow-y: auto;">{!! $content !!}</div></td>--}}
|
|
|
|
|
|
<td>
|
|
|
- @foreach($note->bills as $bill)
|
|
|
<div>
|
|
|
+ <table>
|
|
|
+ @foreach($note->bills as $bill)
|
|
|
+ <tr>
|
|
|
+ <td>{{$bill->code}}</td>
|
|
|
+ <td>{{$bill->units}}</td>
|
|
|
+ </tr>
|
|
|
{{ $bill->code }}
|
|
|
+ </table>
|
|
|
</div>
|
|
|
@endforeach
|
|
|
</td>
|