//Instead of this... $request->intersect(['name','description']); //Try this... $request->only('name','description');