Posts by Ricardo Barbosa • 5 points
2 posts
-
0
votes1
answer61
viewsQ: Mysql relationship between two tables
Good morning, for a work record I was given the following exercise: Imagine the following scenario. It is intended to create a database that supports the control of stocks. Each product belongs to a…
-
0
votes1
answer129
viewsQ: Input Box centered on <td>
I’d like to know how to center inputs in the code below. @foreach ($riscos as $risco) <tr> <th class="row-header">{{ $risco->risk}}</th> @for ($i = 0; $i < 14; $i++) <td…