|
cm
|
@for($i=0; $i<=$width; $i++)
{{$i}}
@endfor
|
|
@for($i=0; $i<=$height; $i++)
{{$i}}
@endfor
|
|