SomeModel::select(..)->whereNotIn('book_price', [100,200])->get();
$users = User::whereNotIn('id', [1,2,3,4]);