BelongsToMany records are not shown in Repeater
Hey
I'd like to use a
Now I tried the
After I hit save, the records are persisted within the database. When I reload the admin panel, no records are shown in my
I'd like to use a
Repeater to present a n:m relationship. As I found in the documentation I refactored my code and introduced a Pivot model.Now I tried the
Repeater for the first time and facing following issue:After I hit save, the records are persisted within the database. When I reload the admin panel, no records are shown in my
Repeater.
