Repeater HasMany
I have followed the docs regarding the BelongsToMany relationship. I have managed to get this to work on a custom page, but now I am trying to add it to a Resource. The edit page is not displaying existing relationships, and Create and Edit are not saving new relationships to the pivot table.
My pivot table does have an incremental
id
column.
Here is my repeater
code
Here are my model relationships
Any ideas? Have I missed something?3 Replies
Remove the model from the repeater
Solution
so:
Thanks. I know it was going to be a silly little thing like that.