name_last . ', '. $this->name_first; } public function prosInMeetingWith() { return Pro::where('in_meeting_with_client_id', $this->id)->get(); } }