How to Display Related Model Data on the Edit Page?
I have two models: User and DetailUser. I want to display the name from DetailUser on the edit page. However, I'm unable to display it using . Why is this happening?
Model User.php
Model UserDetail.php
2 Replies
up
Hi, your relation is
userDetail
not detailUser
as you wrote with detailUser.name