Q. Which Eloquent method finds a record by primary key?
β
Correct Answer: (C)
find()
Explanation: find() retrieves record by ID.
Explanation: find() retrieves record by ID.