belongsTo(Interview::class, 'interview_id'); } public function sender() { return $this->belongsTo(User::class, 'sent_by'); } }