I want to pass these variables, but it seems that quantity prevents me, is there another way?
return view('pontuacao')->with('somas', $somas[0]->p)->with('somas1', $somas1[0]->s)->with('palpites', $palpites)->with('confrontos', $confrontos)->with('ranking', $ranking)->with('somas2', $somas2[0]->s)->with('somas3', $somas3[0]->s)->with('somas4', $somas4[0]->s)->with('somas5', $somas5[0]->s)->with('somas6', $somas6[0]->s);