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