@props(['rows' => 10, 'cols' => 7]) @for ($i = 0; $i < $rows; $i++) @for ($j = 0; $j < $cols; $j++) @if ($j === 1)
@elseif ($j === 5)
@elseif ($j === 6)
@else
@endif @endfor @endfor