belongsTo(User::class); } public function kelompok() { return $this->belongsTo(KelompokTani::class, 'kelompok_tani_id'); } }