belongsTo(Benefit::class, 'benefit_id', 'id'); } public function requestLog() { return $this->belongsTo(RequestLog::class); } }