MorphToMany Select Relationship
Im getting completely frazzled with MorphToMany setup in a select instance.
I have a User that Morphs to Many Organisation and Product. Im trying to merge the items into a single Select, and I have it working, except when trying to edit a user, I cant get it to show the already existing records as already selected values.
I found this function
I can get the array of ids, but im not sure what im missing at displaying them as the selected values
2 Replies