Laravel Eloquent Sync pivot table except specific values
I want to use sync() for table client_package except some values/fields. It's because I'm displaying checkboxes with client names, that I want to add to a package. So if User has specific permission, he could see specific clients, and it's…