belongsTo(Kandang::class, 'kandang_id'); } // Relasi ke User public function user() { return $this->belongsTo(User::class, 'user_id'); } }