belongsTo(Pelanggan::class, 'id_pelanggan'); } public function buket() { return $this->belongsTo(Buket::class, 'id_buket'); } }