db::select with where condition with set bimding in laravel code example
Example: laravel not in query
DB::table(..)->select(..)->whereNotIn('book_price', [100,200])->get();
DB::table(..)->select(..)->whereNotIn('book_price', [100,200])->get();