How to use Laravel belongsToMany with pivot table and a Boolean column?
I am trying to retrieve data using a belongsToMany relationship in Laravel. So I have Student and Course model and they have a many to many relationship, but there are few courses that are compulsory so we don't want to…