I am new to Laravel. Please excuse the newbie question but how do I find if a record exists?
$user = User::where(\'em
$email = User::find($request->email); If($email->count()>0) Email exist, please make new email address endif