I have read some articles and seen this way, but it is not correct giving the following error:
(1/1) ErrorException Undefined offset: 1
@foreach($palpites, $confrontos) as ($p, $c))
<tr>
<td> {{ $p->diadojogo}} </td>
<td> {{ $p->timea }} </td>
<td> {{ $c->diadojogo}} </td>
<td> {{ $c->resultado}} </td>
</tr>
@endforeach