belongsTo(User::class)->withTrashed(); } public function reportedBy(){ return $this->belongsTo(User::class, 'reported_by')->withTrashed(); } }