Field with data from relationship (BelongsTo)
Hi ! I'm trying to display data from my
user_profiles
table on the User
resource page but it doesn't work and I can't find why. Relationships are defined on both models and I used ->relatonship('profile')
on my section.
Can someone help me ? Thanks!2 Replies
There was an error in one of my migrations 🤦♂️ It works finally, but maybe I should change relationships like that yes.