Periksa apakah ada elemen Laravel

if (User::where('email', '=', Input::get('email'))->count() > 0) {
   // user found
}
L'homme habile