Laravel ряд существует или NULL

$result = User::where('id',$id)->exists();
Kriss Sachintha