Posts by Rafael • 36 points
1 post
-
2
votes1
answer101
viewsA: Error picking up data for a view
In the view you must be trying to access the property directly $aluno->name, but the method get() returns a collection (Illuminate\Database\Eloquent\Collection). To return only one result, you…