|
@@ -44,13 +44,13 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
<tbody>
|
|
<tbody>
|
|
@foreach(@$contentData["lines"] as $line)
|
|
@foreach(@$contentData["lines"] as $line)
|
|
<tr>
|
|
<tr>
|
|
- <td><pre class="m-0">{{$line['S']}}</pre></td>
|
|
|
|
|
|
+ <td><pre class="m-0">{{$line['S']}} </pre></td>
|
|
<td>
|
|
<td>
|
|
<div class="d-flex align-items-baseline">
|
|
<div class="d-flex align-items-baseline">
|
|
@if(@$line['I'])
|
|
@if(@$line['I'])
|
|
<b class="mr-2">{{$line['I']}}</b>
|
|
<b class="mr-2">{{$line['I']}}</b>
|
|
@endif
|
|
@endif
|
|
- <pre class="m-0">{{$line['P']}}</pre>
|
|
|
|
|
|
+ <pre class="m-0">{{$line['P']}} </pre>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|