Get current record
How can i get current record on a table builder to show a relationship field on a column
I try this, but it doesnt works
3 Replies
You just call the relationship with dot syntax use
You need to keep the variable naming. It would be
$record
not $user
Btw. there is a ->counts()
methodgreat Dennis, thank you so much!