belongsTo(Reservasii::class, 'reservasii_id'); } public function paketFoto() { return $this->belongsTo(PaketFoto::class, 'paket_foto_id'); } }