validateEmail($attribute, $decrypted, []) && !is_null($decrypted)) { $fail(trans('validation.email', ['attribute' => $attributeName])); } } catch (\Exception $e) { report($e); $fail(trans('general.something_went_wrong')); } } }