Select component with ->multiple() method
I have this code
It has a
Do you know how can I get the value when using
It has a
belongsToMany relationship instruments, upon submission, I can't get the value of instrument_id but when I removed the multiple() method that's the time instrument_id has valueDo you know how can I get the value when using
multiple() method?