belongsTo(Petani::class, 'petani_id'); } public function detailTransaksis() { return $this->hasMany(DetailTransaksi::class, 'produk_id'); } }