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