expectsJson()) { return response()->json([ 'message' => $this->getMessage(), 'error' => 'feature_not_found', 'feature_code' => $this->featureCode, ], $this->getCode()); } return redirect()->back() ->with('error', $this->getMessage()); } }