@props(['columns', 'rows', 'height'])
@for ($i = 0; $i < $columns; $i++) @endfor @for ($r = 0; $r < $rows; $r++) @for ($c = 0; $c < $columns; $c++) @endfor @endfor