Как получить сумму колонны в lravel

$balance = DB::table('data')->sum('balance')->where('user_id' '=' $id);
Biswaranjan Das