Kod
Tabela Matches:
id | team_id | result
Tabela Teams:
id | name | logo
Widok:
$match->team->name;
id | team_id | result
Tabela Teams:
id | name | logo
Widok:
$match->team->name;
I wszystko gra, tylko jak wiadomo w meczu są dwie drużyny, a nie jedna, wypadało by dodać więc jakieś team2_id.
Jak to zrobić?

Mogłoby to wyglądać przykładowo:
$match->team2->name;
@edit
eh, jestem debilem
