Nested relationship form data not loading

In DaycareUserResource, using relationship('user') with nested relationship(name: 'user.profile').

Create works, but edit form doesn't load existing data despite:
  • getEloquentQuery()->with(['user.profile'])
  • mutateFormDataBeforeFill() setting dot notation keys (user.email, user.profile.full_name)
Was this page helpful?