Dadiff in Hour Query Builder Laravel

DB::table('product')->whereRaw('DATEDIFF(exp_date,current_date) < 15')->get();
Busy Bird