@for($i = 1; $i <= $intDiv; ++$i )
@for($j = 0; $j < 4; ++$j )
@endfor
@php $rows++; @endphp
@endfor
@if($last_row_columns > 0)
@for($j = 0; $j < $last_row_columns; ++$j )
@endfor
@endif