Level 122
workplace belongs to user so you need to do;
CourseRegistration::with('user.workplace')->get();
since (I assume) workplace is a method on User model
remember when the data is returned, workplace will be under user so the name of the workplace is with $course_registration->user->workplace->name
1 like