belongsTo(Employee::class, 'employee_id')->withDefault(); } public function complainant() { return $this->belongsTo(Employee::class, 'complaint_by')->withDefault(); } }