@props(['rows' => 6, 'columns' => 5])
@for ($i = 0; $i < $rows; $i++)
@for ($j = 0; $j < $columns; $j++)
@endfor
@endfor