'required|email:rfc|exists:customers,email', ]; } public function attributes() { return [ 'email' => trans('shop/login.email_address'), ]; } }