belongsTo(Corporate::class); } public function formularium_template() { return $this->belongsTo(FormulariumTemplate::class); } }