Hi Marcelo,
you have multiple errors in your relationship definitions.
Model3 belongs to Model2, not the other way around. Model2 has many Model3s. You have a typo in Model2, it references itself. Same for the relationship between Model2 and Model1.
Once you set the relationships properly you can query model1 of a model2 as
$model2->model1->name;
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community