belongsTo(DataKandang::class, 'id_kandang'); } public function bibit() { return $this->belongsTo(ManajemenBibitAyamMasuk::class, 'id_bibit'); } }