belongsTo(Cardboard::class); } public function document() { return $this->belongsTo(Document::class); } }