<table border="1" width="100%">
@php $check=0 @endphp
@foreach ($rows as $key => $row)
@php $check++ @endphp
<tr>
<td><strong>Label</strong></td>
<td><strong>:</strong></td>
<td>{{$row->value}</td>
</tr>
@if( $check % 3 == 0 )
</table>
<div class="page-break"></div>
<table border="1" width="100%">
@endif
@endforeach
